Date: Mon, 28 Jan 2002 01:45:30 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Chad David <davidc@acns.ab.ca> Cc: "Brian F. Feldman" <green@FreeBSD.ORG>, Bruce Evans <bde@zeta.org.au>, arch@FreeBSD.ORG Subject: Re: strtod() Message-ID: <20020127224529.GA20003@nagual.pp.ru> In-Reply-To: <20020127130625.A42735@colnta.acns.ab.ca> References: <20020126162924.A7726@colnta.acns.ab.ca> <200201270453.g0R4rwi92912@green.bikeshed.org> <20020127070421.GA13415@nagual.pp.ru> <20020127003719.A38420@colnta.acns.ab.ca> <20020127083529.GA13957@nagual.pp.ru> <20020127024626.B40668@colnta.acns.ab.ca> <20020127105258.GA14836@nagual.pp.ru> <20020127130625.A42735@colnta.acns.ab.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 27, 2002 at 13:06:25 -0700, Chad David wrote: > $4 = {int_curr_symbol = 0x80549ac "", currency_symbol = 0x80549ac "", > mon_decimal_point = 0x80549ac "", mon_thousands_sep = 0x80549ac "", > mon_grouping = 0x80549ad "\177", positive_sign = 0x80549ac "", > negative_sign = 0x80549ac "", int_frac_digits = 0x80549ad "\177", > frac_digits = 0x80549ad "\177", p_cs_precedes = 0x80549ad "\177", > p_sep_by_space = 0x80549ad "\177", n_cs_precedes = 0x80549ad "\177", > n_sep_by_space = 0x80549ad "\177", p_sign_posn = 0x80549ad "\177", > n_sign_posn = 0x80549ad "\177"} > It looks right. cnv() must be never called on that, it already converted. From where failing cnv() call occurse, on which field? Post your minimal test, at least. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020127224529.GA20003>