2
0
Эх сурвалжийг харах

Cleanup. Doesn't actually fix anything.

Martijn Laan 5 жил өмнө
parent
commit
cb0edb054b

+ 1 - 0
Projects/ISPP/IsppPreprocess.pas

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