mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
Merged revision(s) 43769 from trunk:
* fixed output of line numbers/columns with -vR ........ git-svn-id: branches/fixes_3_2@44874 -
This commit is contained in:
parent
b087c236b5
commit
c3f5006c86
@ -305,8 +305,7 @@ begin
|
||||
if status.currentcolumn>0 then
|
||||
begin
|
||||
if status.use_gccoutput then
|
||||
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+
|
||||
tostr(status.currentcolumn)+': '+s
|
||||
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+':'+tostr(status.currentcolumn)+': '+hs+' '+s
|
||||
else
|
||||
begin
|
||||
hs:=status.currentsource+'('+tostr(status.currentline)+
|
||||
|
Loading…
Reference in New Issue
Block a user