mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:08:06 +02:00
* Merging revisions 43481 from trunk:
------------------------------------------------------------------------ r43481 | michael | 2019-11-15 16:37:58 +0100 (Fri, 15 Nov 2019) | 1 line * Fix overflow of compiler messages (bug id 27973) ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43660 -
This commit is contained in:
parent
e0ccae1321
commit
3450e79ce2
@ -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