Date: Mon, 2 Mar 1998 19:21:40 +0200 (IST) From: Eli Zaretskii To: Andrew Gibson cc: djgpp AT delorie DOT com Subject: Re: printf 'g' conversion In-Reply-To: <34FAA9D8.CF1A4A39@petrologic.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 2 Mar 1998, Andrew Gibson wrote: > Here is the patch for the printf 'g' conversion modification. > > File: libc/ansi/stdio/doprnt.c > > 479a480,481 > > int doextradps=0; /* Do extra decimal places if the precision > needs it */ > > int doingzero=0; /* We're displaying 0.0 */ > 526a529,535 Thanks. But could you please generate the patch with "diff -c3"? It makes the patch process much more reliable.