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)
This commit is contained in:
Matthias Clasen
2004-02-05 21:03:13 +00:00
committed by Matthias Clasen
parent 593806e0de
commit 4b50166b82
6 changed files with 26 additions and 1 deletions

View File

@ -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;