gegl r2821 - in trunk: . tools



Author: neo
Date: Mon Dec  8 09:23:49 2008
New Revision: 2821
URL: http://svn.gnome.org/viewvc/gegl?rev=2821&view=rev

Log:
2008-12-08  Sven Neumann  <sven gimp org>

	* tools/operation_reference.c (list_properties): fix compiler
	warning "format not a string literal and no format arguments".



Modified:
   trunk/ChangeLog
   trunk/tools/operation_reference.c

Modified: trunk/tools/operation_reference.c
==============================================================================
--- trunk/tools/operation_reference.c	(original)
+++ trunk/tools/operation_reference.c	Mon Dec  8 09:23:49 2008
@@ -161,7 +161,7 @@
                 {
                   gchar copy[16];
                   g_snprintf (copy, 12, "%s..", string);
-                  g_print (copy);
+                  g_print ("%s", copy);
                 }
               else
                 g_print ("%s", string);



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