diff options
Diffstat (limited to '')
| -rw-r--r-- | lua_cjson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua_cjson.c b/lua_cjson.c index 3868de3..f765883 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
| @@ -1273,7 +1273,7 @@ int luaopen_cjson(lua_State *l) | |||
| 1273 | { NULL, NULL } | 1273 | { NULL, NULL } |
| 1274 | }; | 1274 | }; |
| 1275 | 1275 | ||
| 1276 | /* Use json_fetch_config as a pointer. | 1276 | /* Use json_config_key as a pointer. |
| 1277 | * It's faster than using a config string, and more unique */ | 1277 | * It's faster than using a config string, and more unique */ |
| 1278 | lua_pushlightuserdata(l, &json_config_key); | 1278 | lua_pushlightuserdata(l, &json_config_key); |
| 1279 | json_create_config(l); | 1279 | json_create_config(l); |
