Browse Source

* use not unsetbool for -WI-

git-svn-id: trunk@2277 -
peter 19 năm trước cách đây
mục cha
commit
daa0be6ed1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -1127,7 +1127,7 @@ begin
                       end;
                     'I':
                       begin
-                        GenerateImportSection:=UnsetBool(More,j);
+                        GenerateImportSection:=not UnsetBool(More,j);
                       end;
                     'N':
                       begin