summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-04-23 16:04:16 -0400
committerColin Walters <walters@verbum.org>2013-04-23 16:05:26 -0400
commite5c9386b64658b8d3fa87f820d703f2bd188535e (patch)
tree182141ff249395ef77319153f05a70d822b1b86f
parent5166164a282bcd77997f94962acf66be2d302aae (diff)
downloadlibgsystem-e5c9386b64658b8d3fa87f820d703f2bd188535e.tar.gz
fileutils: Initialize tryagain variable to pacify older GCC versions
-rw-r--r--gsystem-file-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsystem-file-utils.c b/gsystem-file-utils.c
index 0a5d8cc..cdeb912 100644
--- a/gsystem-file-utils.c
+++ b/gsystem-file-utils.c
@@ -415,7 +415,7 @@ linkcopy_internal (GFile *src,
/* 128 attempts seems reasonable... */
for (i = 0; i < 128; i++)
{
- gboolean tryagain;
+ gboolean tryagain = FALSE;
if (!linkcopy_internal_attempt (src, dest, dest_parent,
flags, sync_data,