Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 74ed38a258d19c92c18d42fb9003318f > files > 2

imake-1.0.3-1mdv2010.1.src.rpm

diff -p -up imake-1.0.2/imake.c.orig imake-1.0.2/imake.c
--- imake-1.0.2/imake.c.orig	2009-04-02 15:51:10.000000000 -0300
+++ imake-1.0.2/imake.c	2009-04-02 15:51:23.000000000 -0300
@@ -1026,7 +1026,7 @@ get_libc_version(FILE *inFile)
     abort ();
 
   while (fgets (command, len, fp))
-    fprintf (inFile, command);
+    fprintf (inFile, "%s", command);
 
   len = pclose (fp);
   remove (aout);