Merge branch 'fix-symlink-issue'

See https://gitlab.gnome.org/GNOME/gvdb/merge_requests/10
This commit is contained in:
Philip Withnall 2020-02-07 13:07:28 +00:00
commit cc2afef13e

View File

@ -612,7 +612,7 @@ gvdb_table_write_contents_async (GHashTable *table,
g_bytes_get_data (bytes, NULL), g_bytes_get_data (bytes, NULL),
g_bytes_get_size (bytes), g_bytes_get_size (bytes),
NULL, FALSE, NULL, FALSE,
G_FILE_CREATE_PRIVATE | G_FILE_CREATE_REPLACE_DESTINATION, G_FILE_CREATE_PRIVATE,
cancellable, replace_contents_cb, g_steal_pointer (&task)); cancellable, replace_contents_cb, g_steal_pointer (&task));
g_bytes_unref (bytes); g_bytes_unref (bytes);