[Github-comments] [geany/geany] use relative path in project file (#2667)

elextr notifications at xxxxx
Tue Feb 2 23:07:57 UTC 2021


@elextr commented on this pull request.



>  	{
 		geany_debug("Relative path %s, root folder %s", locale_filename, root_folder);
 		gchar *absolute_path;
-		absolute_path = g_strconcat(root_folder, &(locale_filename[1]), NULL);
+		absolute_path = g_strconcat(root_folder, "/", locale_filename, NULL);

https://developer.gnome.org/glib/2.66/glib-Miscellaneous-Utility-Functions.html#g-build-filename

-- 
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/2667#discussion_r568993721
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210202/384097f5/attachment.htm>


More information about the Github-comments mailing list