From a9df87ede06f8f0f69e3481cf58f6d59d3f9ebbf Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sat, 11 Jan 2014 13:47:59 -0500 Subject: Rename get_json_value to read_json_value --- src/script/lua_api/l_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/lua_api') diff --git a/src/script/lua_api/l_util.cpp b/src/script/lua_api/l_util.cpp index f9ec94db4..f2bbf181d 100644 --- a/src/script/lua_api/l_util.cpp +++ b/src/script/lua_api/l_util.cpp @@ -192,7 +192,7 @@ int ModApiUtil::l_write_json(lua_State *L) Json::Value root; try { - get_json_value(L, root, 1); + read_json_value(L, root, 1); } catch (SerializationError &e) { lua_pushnil(L); lua_pushstring(L, e.what()); -- cgit v1.2.3