]> granicus.if.org Git - json-c/commit
Issue #195: Actually call uselocale() in the new locale handling code in json_tokener.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 31 Jul 2016 18:39:56 +0000 (14:39 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 31 Jul 2016 18:43:14 +0000 (14:43 -0400)
commitfa76e4a8c96c9678712534fd59cce8e8d9d98fa1
tree7e8b1add96e623becc3b594bee355f36f96b4dd5
parent4091b9c87ea293fd8bc3b05bc5b032e09697eefe
Issue #195: Actually call uselocale() in the new locale handling code in json_tokener.
Also, be sure the right locale_t is freed if we fail on the second uselocale.
Finally, fix test_locale so it *doesn't* use json_object_to_json_string as
 that will simple re-emit the original parsed string values.
json_tokener.c
tests/test_locale.c
tests/test_locale.expected