- compile error
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jun 2012 08:07:37 +0000 (08:07 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jun 2012 08:07:37 +0000 (08:07 +0000)
src/fs/gnunet-download.c

index e3fb10947b0a49a55d132321edf300fe780619a4..43b306def480cf061071be8be841766c27255e56 100644 (file)
@@ -107,7 +107,7 @@ display_bar (unsigned long long x,
   for (p=endeq; p<w; p++)
     strcat (buf, " ");
   strcat (buf, "]\r");
-  printf (buf);
+  printf ("%s", buf);
   fflush(stdout);
 }