Ver Fonte

* use not unsetbool for -WI-

git-svn-id: trunk@2277 -
peter há 20 anos atrás
pai
commit
daa0be6ed1
1 ficheiros alterados com 1 adições e 1 exclusões
  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