seq: solve e13188e7ef7bbd609c1586332a335b4194b881aa more cleanly
authorJim Meyering <meyering@redhat.com>
Sun, 28 Sep 2008 12:18:59 +0000 (14:18 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 29 Sep 2008 13:28:03 +0000 (15:28 +0200)
commitcfe3602ad673f4873bd25d149861ee0c68f52f1b
treef5dba60ddf204dd463434f80abf8ae565c8e0593
parentcee53c14303b5c0a9c587242c775731e0a9c748e
seq: solve e13188e7ef7bbd609c1586332a335b4194b881aa more cleanly

* src/seq.c (print_numbers): Don't switch c_strtold -> strtold
in order to accommodate the locale-dependent behavior of our internal
asprintf use.  Instead, simply set the locale to C before calling
asprintf, and then set it back afterwards.
src/seq.c