Merge branch 'gabime:v1.x' into block_flush

pull/2819/head
SaltedReed 2 years ago committed by GitHub
commit 02f663d938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ public:
}
else
{
return max_items_ - (head_ - tail_);
return max_items_ - 1 - (head_ - tail_);
}
}

Loading…
Cancel
Save