|
From: Ethan A M. <merritt@u.washington.edu> - 2008-12-27 20:25:17
|
On Saturday 27 December 2008, Allin Cottrell wrote:
> On Sat, 27 Dec 2008, Allin Cottrell wrote:
>
> > Please find attached a little patch to util.c which supports
> > the '#' flag for gprintf, for formats where it is supported by
> > C's printf.
Added to CVS.
NB: that test can be done more economically as
+ if (got_hash && (format == strpbrk(format,"oeEfFgG"))) {
+ reset_numeric_locale();
+ int_error(NO_CARET, "Bad format character");
+ }
--
Ethan A Merritt
|