Browse Source

Cleanup. Doesn't actually fix anything.

Martijn Laan 5 năm trước cách đây
mục cha
commit
cb0edb054b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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));