[Github-comments] [geany/geany] Fix 1069 (#1445)

Thomas Martitz notifications at xxxxx
Fri Mar 24 06:04:51 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170323/7d1d31a9/attachment.html>


More information about the Github-comments mailing list