浏览代码

Fix bad comment.

Martijn Laan 3 月之前
父节点
当前提交
e0700c4ed0
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 2
Projects/Src/Compiler.SetupCompiler.pas

@@ -8062,8 +8062,7 @@ begin
         end;
     end;
 
-    { Read 7-Zip DLL. Must be done after [Files] is parsed, since
-      SetupHeader.SevenZipLibraryName isn't set until then }
+    { Read 7-Zip DLL }
     if SetupHeader.SevenZipLibraryName <> '' then begin
       AddStatus(Format(SCompilerStatusReadingFile, [SetupHeader.SevenZipLibraryName]));
       SevenZipDLL := CreateMemoryStreamFromFile(CompilerDir + SetupHeader.SevenZipLibraryName, True);