gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24818 - gnunet/src/ats-tool


From: gnunet
Subject: [GNUnet-SVN] r24818 - gnunet/src/ats-tool
Date: Wed, 7 Nov 2012 12:24:31 +0100

Author: LRN
Date: 2012-11-07 12:24:31 +0100 (Wed, 07 Nov 2012)
New Revision: 24818

Modified:
   gnunet/src/ats-tool/gnunet-ats.c
Log:
Use full, 3-argument FPRINTF invocation

Modified: gnunet/src/ats-tool/gnunet-ats.c
===================================================================
--- gnunet/src/ats-tool/gnunet-ats.c    2012-11-07 09:54:12 UTC (rev 24817)
+++ gnunet/src/ats-tool/gnunet-ats.c    2012-11-07 11:24:31 UTC (rev 24818)
@@ -164,7 +164,7 @@
       }
       if (NULL == type_str)
       {
-        FPRINTF (stderr, _("Type required\n"));
+        FPRINTF (stderr, "%s", _("Type required\n"));
         return;
       }
 
@@ -179,7 +179,7 @@
         type = GNUNET_ATS_PREFERENCE_BANDWIDTH;
       else
       {
-        FPRINTF (stderr, _("Type required\n"));
+        FPRINTF (stderr, "%s", _("Type required\n"));
         return;
       }
 




reply via email to

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