Преглед изворни кода

Cleanup. Doesn't actually fix anything.

Martijn Laan пре 5 година
родитељ
комит
cb0edb054b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Projects/ISPP/IsppPreprocess.pas

+ 1 - 0
Projects/ISPP/IsppPreprocess.pas

@@ -276,6 +276,7 @@ begin
         Result := ispeSilentAbort
       else
       begin
+        Preprocessor.GetNextOutputLineReset;
         while Preprocessor.GetNextOutputLine(LineFilename, LineNumber, LineText) do
           Params.LineOutProc(Params.CompilerData, PChar(LineFilename),
             LineNumber, PChar(LineText));