[Github-comments] [geany] Towards gvfs-fuse independence (#963)
Colomban Wendling
notifications at xxxxx
Sat Mar 19 23:01:17 UTC 2016
> @@ -1110,7 +1114,8 @@ static gboolean write_config(gboolean emit_signal)
> config = g_key_file_new();
> /* try to load an existing config to keep manually added comments */
> filename = utils_get_locale_from_utf8(p->file_name);
> - g_key_file_load_from_file(config, filename, G_KEY_FILE_NONE, NULL);
> + if (utils_read_file(filename, &data, &len, NULL))
needs freeing
---
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/963/files/f2689a096672955ba1dfbcec3f524740a88f67e3..a781ffe57ea21cffdda8959c1b690cea3bfb88ab#r56756418
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160319/72097f37/attachment.html>
More information about the Github-comments
mailing list