瀏覽代碼

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));