diff options
Diffstat (limited to 'src/linda.cpp')
-rw-r--r-- | src/linda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linda.cpp b/src/linda.cpp index 7e346d8..b28a126 100644 --- a/src/linda.cpp +++ b/src/linda.cpp | |||
@@ -808,7 +808,7 @@ static void* linda_id( lua_State* L, DeepOp op_) | |||
808 | 808 | ||
809 | case eDO_delete: | 809 | case eDO_delete: |
810 | { | 810 | { |
811 | struct s_Linda* const linda{ lua_touserdata<struct s_Linda>(L, 1) }; | 811 | struct s_Linda* const linda{ lua_tolightuserdata<struct s_Linda>(L, 1) }; |
812 | ASSERT_L( linda); | 812 | ASSERT_L( linda); |
813 | 813 | ||
814 | // Clean associated structures in the keeper state. | 814 | // Clean associated structures in the keeper state. |