[ostree] core: Really fix saving variants with REPLACE_DESTINATION
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] core: Really fix saving variants with REPLACE_DESTINATION
- Date: Tue, 15 May 2012 00:57:49 +0000 (UTC)
commit 50cc2356f4dcd059d34869a28fd39a35cf770a51
Author: Colin Walters <walters verbum org>
Date: Mon May 14 12:26:15 2012 -0400
core: Really fix saving variants with REPLACE_DESTINATION
src/libotutil/ot-variant-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libotutil/ot-variant-utils.c b/src/libotutil/ot-variant-utils.c
index 513776e..9e50ace 100644
--- a/src/libotutil/ot-variant-utils.c
+++ b/src/libotutil/ot-variant-utils.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]