<p></p>
<p><b>@Keuronde</b> commented on this pull request.</p>
<p>I didn't find a better way...</p><hr>
<p>In <a href="https://github.com/geany/geany/pull/2667#discussion_r527932546">src/keyfile.c</a>:</p>
<pre style='color:#555'>> {
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);
</pre>
<p>Is there a better way to add a "path separator" than using "/" ? I didn't find any constant in the glib...</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2667#pullrequestreview-535727287">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5PVNDPHXQA33KFINLS5BMZZANCNFSM4T3NLZQQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZQ3653ERGM7YKLJADS5BMZZA5CNFSM4T3NLZQ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD7XIZNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2667#pullrequestreview-535727287",
"url": "https://github.com/geany/geany/pull/2667#pullrequestreview-535727287",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>