mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 06:47:19 +01:00
* fix writing of long stabstr entries
git-svn-id: trunk@3279 -
This commit is contained in:
parent
cbe0ec99f3
commit
ead6c6a29a
@ -1887,7 +1887,7 @@ implementation
|
||||
inc(bufend);
|
||||
end;
|
||||
mergedstabstrsec.write(buf,bufend);
|
||||
until (bufend<>-1) or (bufsize<sizeof(buf));
|
||||
until (buf[bufend-1]=0) or (bufsize<sizeof(buf));
|
||||
end;
|
||||
{ Copy and Update the relocation }
|
||||
if assigned(hstabreloc) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user