Commit graph

2 commits

Author SHA1 Message Date
Maxim Sobolev
b5c3d34125 Remove bogus hunk. 2007-04-24 05:57:15 +00:00
Maxim Sobolev
fe39c2ed78 Our v*printf() family of functions don't return va_list to its original
state upon return, therefore if we want to call such functions several
times on different streams we need to wrap each call to va_start/va_end
otherwise it either prints garbage on second and subsequent invocation
or simply crashes the program.
2007-04-24 05:56:39 +00:00