SF.net SVN: geany:[5017] branches/unstable/src/build.c

elextr at users.sourceforge.net elextr at xxxxx
Sat Jun 12 05:25:21 UTC 2010


Revision: 5017
          http://geany.svn.sourceforge.net/geany/?rev=5017&view=rev
Author:   elextr
Date:     2010-06-12 05:25:21 +0000 (Sat, 12 Jun 2010)

Log Message:
-----------
Remove printf added for debugging

Modified Paths:
--------------
    branches/unstable/src/build.c

Modified: branches/unstable/src/build.c
===================================================================
--- branches/unstable/src/build.c	2010-06-12 05:09:53 UTC (rev 5016)
+++ branches/unstable/src/build.c	2010-06-12 05:25:21 UTC (rev 5017)
@@ -2098,8 +2098,8 @@
 		{
 			if (*(dst->dst[grp]) == NULL)
 				*(dst->dst[grp]) = g_new0(GeanyBuildCommand, build_groups_count[grp]);
-			for (i = 0; i < GEANY_BC_CMDENTRIES_COUNT; i++){ printf(" set %d to '%s'\n", i, entries[i]);
-				setptr((*(dst->dst[grp]))[cmd].entries[i], entries[i]); }
+			for (i = 0; i < GEANY_BC_CMDENTRIES_COUNT; i++)
+				setptr((*(dst->dst[grp]))[cmd].entries[i], entries[i]);
 			(*(dst->dst[grp]))[cmd].exists = TRUE;
 			(*(dst->dst[grp]))[cmd].changed = TRUE;
 			changed = TRUE;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list