diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 11:15:50 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-24 11:15:50 +0200 |
commit | 452f24128791a27511fcebbff8fdecc4f3151d49 (patch) | |
tree | 8ff6dca0ecd5f4d01d2554b83d8235d4cc823e01 /src/keeper.cpp | |
parent | 9f4701efaa2167e915518f01ef9d61185377196d (diff) | |
download | lanes-452f24128791a27511fcebbff8fdecc4f3151d49.tar.gz lanes-452f24128791a27511fcebbff8fdecc4f3151d49.tar.bz2 lanes-452f24128791a27511fcebbff8fdecc4f3151d49.zip |
Fix wrong Linda name when not giving any
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r-- | src/keeper.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index cdbfac9..8261f5a 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -656,6 +656,16 @@ void Keeper::operator delete[](void* p_, Universe* U_) | |||
656 | // ################################################################################################# | 656 | // ################################################################################################# |
657 | 657 | ||
658 | // only used by linda:dump() and linda:__towatch() for debugging purposes | 658 | // only used by linda:dump() and linda:__towatch() for debugging purposes |
659 | // table is populated as follows: | ||
660 | // { | ||
661 | // [<key>] = { | ||
662 | // first = <n>, | ||
663 | // count = <n>, | ||
664 | // limit = <n> | 'unlimited', | ||
665 | // fifo = { <array of values> } | ||
666 | // } | ||
667 | // ... | ||
668 | // } | ||
659 | int Keeper::PushLindaStorage(Linda& linda_, DestState const L_) | 669 | int Keeper::PushLindaStorage(Linda& linda_, DestState const L_) |
660 | { | 670 | { |
661 | Keeper* const _keeper{ linda_.whichKeeper() }; | 671 | Keeper* const _keeper{ linda_.whichKeeper() }; |