gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25031 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r25031 - gnunet/src/statistics
Date: Sat, 17 Nov 2012 09:57:03 +0100

Author: LRN
Date: 2012-11-17 09:57:03 +0100 (Sat, 17 Nov 2012)
New Revision: 25031

Modified:
   gnunet/src/statistics/gnunet-statistics.c
Log:
Use full, 3-argument fprintf invocation

Modified: gnunet/src/statistics/gnunet-statistics.c
===================================================================
--- gnunet/src/statistics/gnunet-statistics.c   2012-11-16 18:23:07 UTC (rev 
25030)
+++ gnunet/src/statistics/gnunet-statistics.c   2012-11-17 08:57:03 UTC (rev 
25031)
@@ -207,13 +207,13 @@
   {
     if (subsystem == NULL)
     {
-      FPRINTF (stderr, _("Missing argument: subsystem \n"));
+      FPRINTF (stderr, "%s", _("Missing argument: subsystem \n"));
       ret = 1;
       return;
     }
     if (name == NULL)
     {
-      FPRINTF (stderr, _("Missing argument: name\n"));
+      FPRINTF (stderr, "%s", _("Missing argument: name\n"));
       ret = 1;
       return;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]