فهرست منبع

* fixed module index updating, resolves #7883

git-svn-id: trunk@6623 -
florian 18 سال پیش
والد
کامیت
199ab92eb8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/verbose.pas

+ 1 - 1
compiler/verbose.pas

@@ -401,7 +401,7 @@ var
              lastfileidx:=current_filepos.fileindex
            else
              lastfileidx:=0;
-           lastmoduleidx:=compiling_module.unit_index;
+           lastmoduleidx:=module.unit_index;
          end;
         if assigned(module) then
           status.compiling_current:=(compiling_module.state in [ms_compile,ms_second_compile]);