X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200403091911.i29JBqjx006681@speedy.ludd.ltu.se> Subject: vsprintf.c problem To: DJGPP-WORKERS Date: Tue, 9 Mar 2004 20:11:52 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com 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