Source commit: e4c07e28f927c2bce865e9b59bc3741c98ab7ec9
@@ -654,7 +654,7 @@ begin
end;
Node := Node.GetNext;
- if Count = 0 then Assert(False); // shut up
+ if Count <> 0 then Assert(False); // shut up
finally
FSection.Leave;