aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:01:53 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:01:53 +0200
commitec8574d298ef302bc4162d9b394e96bf08763632 (patch)
treee078ceb87d128cf4529de6d58998dd659d745e23 /src/cancel.cpp
parent7d65cec0385b6dcaf3346d3f862efb5eb07ad14a (diff)
downloadlanes-ec8574d298ef302bc4162d9b394e96bf08763632.tar.gz
lanes-ec8574d298ef302bc4162d9b394e96bf08763632.tar.bz2
lanes-ec8574d298ef302bc4162d9b394e96bf08763632.zip
Boyscouting
Diffstat (limited to 'src/cancel.cpp')
-rw-r--r--src/cancel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp
index a62fa96..990f5d4 100644
--- a/src/cancel.cpp
+++ b/src/cancel.cpp
@@ -186,7 +186,7 @@ LUAG_FUNC(thread_cancel)
186 186
187 case CancelResult::Cancelled: 187 case CancelResult::Cancelled:
188 lua_pushboolean(L_, 1); // true 188 lua_pushboolean(L_, 1); // true
189 std::ignore = _lane->pushThreadStatus(L_); // true "<status>" 189 _lane->pushStatusString(L_); // true "<status>"
190 break; 190 break;
191 } 191 }
192 STACK_CHECK(L_, 2); 192 STACK_CHECK(L_, 2);