소스 검색

* use not unsetbool for -WI-

git-svn-id: trunk@2277 -
peter 19 년 전
부모
커밋
daa0be6ed1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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