@elextr commented on this pull request.


In src/keyfile.c:

>  	{
 		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, view it on GitHub, or unsubscribe.