-fixes
[oweals/gnunet.git] / src / fs / test_fs_getopt.c
index 2b0a9fca8375cf1acea2e3986ba1c0c83244c672..571346f2c672da6f5fce605080c47a0a46ccc0fd 100644 (file)
@@ -35,6 +35,6 @@ main (int argc, char *argv[])
                     "WARNING",
 #endif
                     NULL);
-  fprintf (stderr, "WARNING: testcase not yet written.\n");
+  FPRINTF (stderr, "%s",  "WARNING: testcase not yet written.\n");
   return 0;                     /* testcase passed */
 }