Source-Changes archive

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

CVS commit: basesrc/sbin/dump



Module Name:    basesrc
Committed By:   lukem
Date:           Thu Oct 25 08:04:28 UTC 2001

Modified Files:
        basesrc/sbin/dump: optr.c

Log Message:
in msg(), don't call va_list using functions twice in a row without calling
va_start() in between; reorder code so that we call vsnprintf and then
just fputs that buffer. crank the size of lastmsg whilst we're here
problem noted by Hideo Saito in [bin/14348].


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/sbin/dump/optr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index