SF.net SVN: geany:[3794] trunk/src/symbols.c

eht16 at users.sourceforge.net eht16 at xxxxx
Wed May 13 22:17:31 UTC 2009


Revision: 3794
          http://geany.svn.sourceforge.net/geany/?rev=3794&view=rev
Author:   eht16
Date:     2009-05-13 22:17:30 +0000 (Wed, 13 May 2009)

Log Message:
-----------
Fix compiler warning.

Modified Paths:
--------------
    trunk/src/symbols.c

Modified: trunk/src/symbols.c
===================================================================
--- trunk/src/symbols.c	2009-05-13 17:11:41 UTC (rev 3793)
+++ trunk/src/symbols.c	2009-05-13 22:17:30 UTC (rev 3794)
@@ -149,7 +149,7 @@
 	if (result)
 	{
 		geany_debug("Loaded %s (%s), %u tag(s).", tags_file, ft->name,
-			get_tag_count() - old_tag_count);
+			(guint) (get_tag_count() - old_tag_count));
 	}
 	return result;
 }


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