mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 01:49:06 +08:00
Issue #705: disable locale handling when building for a uClibc system because its duplocale() function (intentionally) crashes.
This commit is contained in:
@@ -24,8 +24,6 @@ int main(int argc, char **argv)
|
||||
json_object *new_obj;
|
||||
#ifdef HAVE_SETLOCALE
|
||||
setlocale(LC_NUMERIC, "de_DE");
|
||||
#else
|
||||
printf("No locale\n");
|
||||
#endif
|
||||
|
||||
char buf1[10], buf2[10];
|
||||
|
||||
Reference in New Issue
Block a user