anjuta r4657 - in trunk: . plugins/gtodo



Author: sgranjoux
Date: Sat Jan 31 20:40:05 2009
New Revision: 4657
URL: http://svn.gnome.org/viewvc/anjuta?rev=4657&view=rev

Log:
	* plugins/gtodo/libgtodo.c:
	Fix #570014 â invalid print of uninitalized value


Modified:
   trunk/ChangeLog
   trunk/plugins/gtodo/libgtodo.c

Modified: trunk/plugins/gtodo/libgtodo.c
==============================================================================
--- trunk/plugins/gtodo/libgtodo.c	(original)
+++ trunk/plugins/gtodo/libgtodo.c	Sat Jan 31 20:40:05 2009
@@ -611,7 +611,7 @@
 			return FALSE;
 		}
 		cl->read_only = !write;
-		DEBUG_PRINT("trying to read file: %s, size: %d", g_file_get_parse_name (cl->xml_file), size);
+		DEBUG_PRINT("trying to read file: %s", g_file_get_parse_name (cl->xml_file));
 
 		if (!g_file_load_contents (cl->xml_file, NULL, (char **)&read_buf, &size, NULL, &file_error))
 		{



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