summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-05 21:03:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-05 21:03:13 +0000
commit4b50166b82ac0f4447562095bfa39a4bfedbea8a (patch)
tree0340b9dab88e68326f1a7af4557421394c06a959 /gtk
parent593806e0decd46f7b6d8c80b29adfd091d1de0e3 (diff)
downloadgtk+-4b50166b82ac0f4447562095bfa39a4bfedbea8a.tar.gz
Initialize result to FALSE. (#133539, Morten Welinder)
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result to FALSE. (#133539, Morten Welinder)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkfilesystemunix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c
index 5b1ce7769a..0a270d5050 100644
--- a/gtk/gtkfilesystemunix.c
+++ b/gtk/gtkfilesystemunix.c
@@ -905,7 +905,7 @@ bookmark_list_read (GSList **bookmarks, GError **error)
{
gchar *filename;
gchar *contents;
- gboolean result;
+ gboolean result = FALSE;
filename = bookmark_get_filename (FALSE);
*bookmarks = NULL;