diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-10-05 18:34:48 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-10-05 18:34:48 +1030 |
| commit | 03fa2b508aee4cdf2eac41d53834412ac757feef (patch) | |
| tree | 4ec3520317fb9f09478dfeccf4ddde5995e7cf7b | |
| parent | ddbb686f535accac1e3cc375994191883fbe35d8 (diff) | |
| download | lua-cjson-03fa2b508aee4cdf2eac41d53834412ac757feef.tar.gz lua-cjson-03fa2b508aee4cdf2eac41d53834412ac757feef.tar.bz2 lua-cjson-03fa2b508aee4cdf2eac41d53834412ac757feef.zip | |
Fix out of date comment (json_config_key)
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); |
