Skip to content

Commit df32899

Browse files
authored
json-c: Fix crash on Linux64
Missing define led to a server crash that involves json_tokener_parse_ex (called by CLuaArguments::ReadFromJSONString)
1 parent 7a7b5a5 commit df32899

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vendor/json-c/config-linux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@
137137
/* Define to 1 if you have the `uselocale' function. */
138138
#define HAVE_USELOCALE
139139

140+
/* Define to 1 if you have the `duplocale' function. */
141+
#define HAVE_DUPLOCALE
142+
140143
/* Define to 1 if you have the `vasprintf' function. */
141144
#define HAVE_VASPRINTF
142145

0 commit comments

Comments
 (0)