Mail Archives: djgpp-workers/2004/03/09/14:14:18
libc/.../vsprintf.c doesn't compile. Perhaps this is correct:
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/stdio/vsprintf.c,v
retrieving revision 1.4
diff -p -u -r1.4 vsprintf.c
--- djgpp/src/libc/ansi/stdio/vsprintf.c 12 Jan 2004 10:04:00 -0000 1.4
+++ djgpp/src/libc/ansi/stdio/vsprintf.c 7 Mar 2004 12:44:22 -0000
@@ -13,6 +13,6 @@ vsprintf(char *str, const char *fmt, va_
__stropenw(&f, str, INT_MAX);
len = _doprnt(fmt, ap, &f);
- __strclosew(&_strbuf);
+ __strclosew(&f);
return len;
}
, hmm?
Right,
MartinS
- Raw text -