Avoid potential bugs with setlocale's return value.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Mar 2009 04:19:12 +0000 (13:19 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Mar 2009 04:19:12 +0000 (13:19 +0900)
Use strdup to copy all return values from setlocale,
since it's statically allocated.


No differences found