kugel- commented on this pull request.


> @@ -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 or view it on GitHub:
https://github.com/geany/geany/pull/1445#discussion_r107840049

Reply via email to