]> granicus.if.org Git - json-c/commit
Issue #463: fix newlocale() call to use LC_NUMERIC_MASK instead of LC_NUMERIC, and...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 02:27:30 +0000 (22:27 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Sep 2019 02:27:30 +0000 (22:27 -0400)
commit374ffe87c61bff2a230cd84274fe3ca494da4017
tree9e5b19340bafd29aad99a749aea0bcdcb431fca7
parent05b41b159e98154820044826259eb2a8adf692ce
Issue #463: fix newlocale() call to use LC_NUMERIC_MASK instead of LC_NUMERIC, and remove incorrect comment.
The second call to newlocale() with LC_TIME accidentally made things
 work because LC_TIME == LC_NUMERIC_MASK on some platforms.
json_tokener.c