Browse Source

Merged revisions 11991 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r11991 | peter | 2008-10-28 17:31:55 +0100 (Tue, 28 Oct 2008) | 2 lines

* fixed crash in error message when specialization is not resolved
........

git-svn-id: branches/fixes_2_2@12053 -

peter 17 năm trước cách đây
mục cha
commit
556bc88d5f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -1820,7 +1820,7 @@ implementation
                        current_filepos:=oldcurrent_filepos;
                      end
                    else
-                     MessagePos1(tprocdef(tprocdef(hp).genericdef).fileinfo,sym_e_forward_not_resolved,tprocdef(tprocdef(hp).genericdef).fullprocname(false));
+                     MessagePos1(tprocdef(hp).fileinfo,sym_e_forward_not_resolved,tprocdef(hp).fullprocname(false));
                  end;
              end;
           end;