浏览代码

Assertion was by mistake reverted in 72afe7ff

Source commit: e4c07e28f927c2bce865e9b59bc3741c98ab7ec9
Martin Prikryl 3 月之前
父节点
当前提交
14ef8aa984
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/filemng/DriveView.pas

+ 1 - 1
source/packages/filemng/DriveView.pas

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