Thu Mar 8 20:50:47 2012 UTC ()
fix format string


(christos)
diff -r1.2 -r1.3 src/external/gpl2/xcvs/dist/diff/diff3.c

cvs diff -r1.2 -r1.3 src/external/gpl2/xcvs/dist/diff/diff3.c (expand / switch to context diff)
--- src/external/gpl2/xcvs/dist/diff/diff3.c 2012/01/06 15:16:02 1.2
+++ src/external/gpl2/xcvs/dist/diff/diff3.c 2012/03/08 20:50:46 1.3
@@ -1503,7 +1503,7 @@
 	      line = 0;
 	      do
 		{
-		  printf_output (line_prefix);
+		  printf_output ("%s", line_prefix);
 		  cp = D_RELNUM (ptr, realfile, line);
 		  length = D_RELLEN (ptr, realfile, line);
 		  write_output (cp, length);