Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > 42eff6d6ba7932fae42205334730c40b > files > 3

libcprops-0.1.12-12.mga6.src.rpm

--- libcprops-0.1.12/log.c.orig	2012-12-15 19:49:54.141941168 +0200
+++ libcprops-0.1.12/log.c	2012-12-15 19:50:17.081693590 +0200
@@ -274,7 +274,7 @@
 	va_end(argp);
 	
 	buf[len] = '\0';
-	fprintf(logfile, buf);
+	fprintf(logfile, "%s", buf);
 	free(buf);
 }