@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