mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Linux fixes
This commit is contained in:
parent
e4fa6776a8
commit
08e3f9155e
4 changed files with 7 additions and 7 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
{
|
||||
int size = 0;
|
||||
int checkNode = mHead;
|
||||
while (checkNode != NULL)
|
||||
while (checkNode != -1)
|
||||
{
|
||||
size++;
|
||||
checkNode = CH_REL_TO_ABS(checkNode)->mNext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue