Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > fc218a051678589f45009144fc9ec13a > files > 1

xfsprogs-3.1.8-1.mga2.src.rpm

--- ./libxcmd/input.c	2008-12-10 00:33:26.000000000 +0100
+++ ./libxcmd/input.c.oden	2008-12-23 16:06:16.000000000 +0100
@@ -88,7 +88,7 @@
 
 	if (!line)
 		return NULL;
-	printf(get_prompt());
+	printf("%s", get_prompt());
 	fflush(stdout);
 	if (!fgets(line, MAXREADLINESZ, stdin)) {
 		free(line);