summaryrefslogtreecommitdiff
path: root/gtest/gtest_lua_remove_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/gtest_lua_remove_cmd.cpp')
-rw-r--r--gtest/gtest_lua_remove_cmd.cpp2
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");