delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
Date: | Wed, 10 Mar 2004 11:00:14 +0200 (EET) |
From: | Esa A E Peuha <peuha AT cc DOT helsinki DOT fi> |
Sender: | peuha AT sirppi DOT helsinki DOT fi |
To: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
Subject: | Re: vsprintf.c problem |
In-Reply-To: | <200403091911.i29JBqjx006681@speedy.ludd.ltu.se> |
Message-ID: | <Pine.OSF.4.58.0403101058120.26067@sirppi.helsinki.fi> |
References: | <200403091911 DOT i29JBqjx006681 AT speedy DOT ludd DOT ltu DOT se> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Tue, 9 Mar 2004 ams AT ludd DOT ltu DOT se wrote: > 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; > } Yes; please commit this patch. -- Esa Peuha student of mathematics at the University of Helsinki http://www.helsinki.fi/~peuha/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |