evince r3248 - in branches/gnome-2-24: . libdocument



Author: carlosgc
Date: Sat Nov  1 14:13:01 2008
New Revision: 3248
URL: http://svn.gnome.org/viewvc/evince?rev=3248&view=rev

Log:
2008-11-01  Carlos Garcia Campos  <carlosgc gnome org>

	* libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):

	Initialize GError to NULL.



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/libdocument/ev-file-helpers.c

Modified: branches/gnome-2-24/libdocument/ev-file-helpers.c
==============================================================================
--- branches/gnome-2-24/libdocument/ev-file-helpers.c	(original)
+++ branches/gnome-2-24/libdocument/ev-file-helpers.c	Sat Nov  1 14:13:01 2008
@@ -209,7 +209,7 @@
 {
 	GFile *source_file;
 	GFile *target_file;
-	GError *ioerror;
+	GError *ioerror = NULL;
 	gboolean result;
 	
 	if (!from)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]