Explorar o código

Add missing comment.

Martijn Laan hai 4 meses
pai
achega
ae627e77a5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Projects/Src/Compiler.SetupCompiler.pas

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

@@ -7968,6 +7968,7 @@ begin
     if MissingRunOnceIdsWarning and MissingRunOnceIds then
       WarningsList.Add(Format(SCompilerMissingRunOnceIdsWarning, ['UninstallRun', 'RunOnceId']));
 
+    { Read [ISSigKeys] section - must be done before reading [Files] section }
     EnumIniSection(EnumISSigKeysProc, 'ISSigKeys', 0, True, True, '', False, False);
     CallIdleProc;