diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-27 12:40:36 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-27 12:40:36 +0200 |
commit | 726aee3fbb909946e69866cc6c4497c5ec365fe8 (patch) | |
tree | 3d90edeb2a97039b464e7e61e7d87d901319e625 /src/lane.cpp | |
parent | 62a7eab66f8f6af66c94390138815c3171b62810 (diff) | |
download | lanes-726aee3fbb909946e69866cc6c4497c5ec365fe8.tar.gz lanes-726aee3fbb909946e69866cc6c4497c5ec365fe8.tar.bz2 lanes-726aee3fbb909946e69866cc6c4497c5ec365fe8.zip |
linda:limit() and linda:set() return a second value, a string representing the fill status
Diffstat (limited to 'src/lane.cpp')
-rw-r--r-- | src/lane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.cpp b/src/lane.cpp index d4175c6..ba24af3 100644 --- a/src/lane.cpp +++ b/src/lane.cpp | |||
@@ -435,7 +435,7 @@ static constexpr RegistryUniqueKey kStackTraceRegKey{ 0x3F327747CACAA904ull }; | |||
435 | [[nodiscard]] static int lane_error(lua_State* L_) | 435 | [[nodiscard]] static int lane_error(lua_State* L_) |
436 | { | 436 | { |
437 | // error message (any type) | 437 | // error message (any type) |
438 | STACK_CHECK_START_ABS(L_, 1); // L_: some_error | 438 | STACK_CHECK_START_ABS(L_, 1); // L_: some_error |
439 | 439 | ||
440 | // Don't do stack survey for cancelled lanes. | 440 | // Don't do stack survey for cancelled lanes. |
441 | // | 441 | // |