mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:39:34 +02:00
* Fix overflow of compiler messages (bug id 27973)
git-svn-id: trunk@43481 -
This commit is contained in:
parent
de07c3b532
commit
43a09af7f2
@ -714,7 +714,7 @@ begin
|
||||
end;
|
||||
if s[i+k]='_' then
|
||||
inc(i,k+1);
|
||||
writeln(t,'\item ['+s1+escapestring(Copy(s,i,255))+']');
|
||||
writeln(t,'\item ['+s1+escapestring(Copy(s,i,255))+'] \hfill \\');
|
||||
end
|
||||
else
|
||||
writeln('error in line: ',line,' skipping');
|
||||
|
Loading…
Reference in New Issue
Block a user