Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 89403ae93a795d7863a76f9f528133e3 > files > 2

imake-1.0.2-8mdv2010.0.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);