mirror of
https://github.com/json-c/json-c.git
synced 2026-04-01 19:39:07 +08:00
Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it.
This commit is contained in:
@@ -127,8 +127,6 @@ int main(int argc, char **argv)
|
||||
// json_object_to_file(file, obj);
|
||||
// json_object_to_file_ext(file, obj, flags);
|
||||
|
||||
_json_c_strerror_enable = 1;
|
||||
|
||||
const char *testdir;
|
||||
if (argc < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user