Date: Thu, 30 May 2002 07:50:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: Patches for building with gcc 3.1 - *printf(), confstr() chunk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk On Wed, 29 May 2002, Richard Dawe wrote: > Please find below some fixes to *printf() with regards to passing > va_lists to _doprnt(). I don't think there's anything controversial > here. > > I've also included what I think we should do to confstr(). > I don't think we need to call snprintf() just to truncate a string. > > If there are no objections, I'd like to commit these patches. These patches are fine with me. Thanks.