summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-02-07 13:07:28 +0000
committerPhilip Withnall <withnall@endlessm.com>2020-02-07 13:07:28 +0000
commitcc2afef13efd12ac57c2de32bdc1b5b3c923f60c (patch)
tree9299fbacac4f07c4788e6c2fc1799c286d0e9f66
parente01f111ed339bc6fcd4b96a5fde2bc6e4811bbe3 (diff)
parente2dc3cd6d9735b7a83e391d955fadb2aac9cf3cc (diff)
downloadgvdb-cc2afef13efd12ac57c2de32bdc1b5b3c923f60c.tar.gz
Merge branch 'fix-symlink-issue'
See https://gitlab.gnome.org/GNOME/gvdb/merge_requests/10
-rw-r--r--gvdb-builder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvdb-builder.c b/gvdb-builder.c
index e36e9ab..3942667 100644
--- a/gvdb-builder.c
+++ b/gvdb-builder.c
@@ -612,7 +612,7 @@ gvdb_table_write_contents_async (GHashTable *table,
g_bytes_get_data (bytes, NULL),
g_bytes_get_size (bytes),
NULL, FALSE,
- G_FILE_CREATE_PRIVATE | G_FILE_CREATE_REPLACE_DESTINATION,
+ G_FILE_CREATE_PRIVATE,
cancellable, replace_contents_cb, g_steal_pointer (&task));
g_bytes_unref (bytes);