Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist/diff fix format string



details:   https://anonhg.NetBSD.org/src/rev/fe3cef7c90e7
branches:  trunk
changeset: 777902:fe3cef7c90e7
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 08 20:50:46 2012 +0000

description:
fix format string

diffstat:

 external/gpl2/xcvs/dist/diff/diff3.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 538d9ee1eae8 -r fe3cef7c90e7 external/gpl2/xcvs/dist/diff/diff3.c
--- a/external/gpl2/xcvs/dist/diff/diff3.c      Thu Mar 08 20:50:26 2012 +0000
+++ b/external/gpl2/xcvs/dist/diff/diff3.c      Thu Mar 08 20:50:46 2012 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index