Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Feb 10, 2025
1 parent 02d6f46 commit 2ffeb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ljson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ static void encodeaux (lua_State *L, int i, bool pretty, std::string& str, unsig
case LUA_TSTRING: {
size_t size;
const char* data = luaL_checklstring(L, i, &size);
puts(data);
encodestring(L, data, size, str);
} break;

Expand Down

0 comments on commit 2ffeb83

Please sign in to comment.