@kugel- commented on this pull request.
In src/utils.c:
> @@ -2031,6 +2031,199 @@ gchar **utils_strv_join(gchar **first, gchar **second) return strv; } +/* * Returns the common prefix in a list of strings. + * + * The size of the list may be given explicitely automatically determined if passed a GStrv.
I was under the impression that GStrv also implied NULL termination since it's expected by g_strv_length
and g_strv_contains
. I will change the comment.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.