Explorar o código

Cleanup. Doesn't actually fix anything.

Martijn Laan %!s(int64=5) %!d(string=hai) anos
pai
achega
cb0edb054b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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));