-LRN: fix fprintf
authorChristian Grothoff <christian@grothoff.org>
Wed, 29 Feb 2012 12:51:25 +0000 (12:51 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 29 Feb 2012 12:51:25 +0000 (12:51 +0000)
src/arm/gnunet-arm.c

index f81cefa6967dc9e1232ad3947c663ce661594b04..b3ab2dc0eeef50a330e95579db8503c4cc7f0d84 100644 (file)
@@ -217,7 +217,7 @@ list_cb (void *cls, int result, uint16_t count, const char **list)
 {
   if (result == GNUNET_YES && list != NULL)
   {
-    FPRINTF (stdout, _("Running services:\n-----------------\n"));
+    FPRINTF (stdout, "%s", _("Running services:\n-----------------\n"));
     int i;
     for (i=0; i<count; i++)
     {