mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Really fix saving variants with REPLACE_DESTINATION
This commit is contained in:
parent
6d9de91672
commit
50cc2356f4
@ -69,7 +69,7 @@ ot_util_variant_save (GFile *dest,
|
||||
ot_lobj GOutputStream *out = NULL;
|
||||
gsize bytes_written;
|
||||
|
||||
out = (GOutputStream*)g_file_replace (dest, NULL, G_FILE_CREATE_REPLACE_DESTINATION, FALSE,
|
||||
out = (GOutputStream*)g_file_replace (dest, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION,
|
||||
cancellable, error);
|
||||
if (!out)
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user