javadeps format string fix from Pixel
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Jan 2009 15:13:19 +0000 (17:13 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 9 Jan 2009 15:13:19 +0000 (17:13 +0200)
tools/javadeps.c

index 1922ced..c8ac814 100644 (file)
@@ -339,7 +339,7 @@ void die(const char *format, ...) {
         stdout, stderr, or syslog
   */
 
-  fprintf(stderr, newmsg);
+  fprintf(stderr, "%s", newmsg);
   
   free(newformat);
   free(newmsg);