Przeglądaj źródła

Add missing comment.

Martijn Laan 4 miesięcy temu
rodzic
commit
ae627e77a5
1 zmienionych plików z 1 dodań i 0 usunięć
  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
     if MissingRunOnceIdsWarning and MissingRunOnceIds then
       WarningsList.Add(Format(SCompilerMissingRunOnceIdsWarning, ['UninstallRun', 'RunOnceId']));
       WarningsList.Add(Format(SCompilerMissingRunOnceIdsWarning, ['UninstallRun', 'RunOnceId']));
 
 
+    { Read [ISSigKeys] section - must be done before reading [Files] section }
     EnumIniSection(EnumISSigKeysProc, 'ISSigKeys', 0, True, True, '', False, False);
     EnumIniSection(EnumISSigKeysProc, 'ISSigKeys', 0, True, True, '', False, False);
     CallIdleProc;
     CallIdleProc;