diff options
| author | 彭宣正 <[email protected]> | 2022-09-05 19:06:35 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-09-05 19:15:57 +0800 |
| commit | c022c48a3b4abea0577faf4f3f625ee69684e454 (patch) | |
| tree | 3908c9d3d8b1449d1611245ebd5c2cb8c5efc1f0 /gtest/gtest_lua_remove_cmd.cpp | |
| parent | 2a0f0af98db078dc159a138ef8d25048807222ea (diff) | |
✨ feat(TSG-11870): 修改数据类型string为buff
Diffstat (limited to 'gtest/gtest_lua_remove_cmd.cpp')
| -rw-r--r-- | gtest/gtest_lua_remove_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/gtest_lua_remove_cmd.cpp b/gtest/gtest_lua_remove_cmd.cpp index 2cc28df..6d095c3 100644 --- a/gtest/gtest_lua_remove_cmd.cpp +++ b/gtest/gtest_lua_remove_cmd.cpp @@ -9,7 +9,7 @@ TEST(lua_remove_cmd, normal) elua_data out; out.type = STRING; out.integer = 1024; - out.string = buff; + out.buff = buff; elua_remove_function(L, "print"); |
