anjuta r4760 - in trunk: . plugins/symbol-db/test



Author: mcora
Date: Wed Feb 18 17:53:00 2009
New Revision: 4760
URL: http://svn.gnome.org/viewvc/anjuta?rev=4760&view=rev

Log:
	* plugins/symbol-db/test/benchmark.c (on_single_file_scan_end):
	fixed #572289 â Make code less ambiguous


Modified:
   trunk/ChangeLog
   trunk/plugins/symbol-db/test/benchmark.c

Modified: trunk/plugins/symbol-db/test/benchmark.c
==============================================================================
--- trunk/plugins/symbol-db/test/benchmark.c	(original)
+++ trunk/plugins/symbol-db/test/benchmark.c	Wed Feb 18 17:53:00 2009
@@ -7,7 +7,8 @@
 static void on_single_file_scan_end (SymbolDBEngine* engine, GPtrArray* files)
 {
 	static int i = 0;
-	g_message ("Finished [%d]: %s", i, (gchar*)g_ptr_array_index (files, i++));
+	g_message ("Finished [%d]: %s", i, (gchar*)g_ptr_array_index (files, i));
+	i++;
 }
 
 static GPtrArray* get_files (const gchar* dir)



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