Browse Source

* use not unsetbool for -WI-

git-svn-id: trunk@2277 -
peter 19 years ago
parent
commit
daa0be6ed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

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