mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 07:47:59 +02:00
* fixed output of line numbers/columns with -vR
git-svn-id: trunk@43769 -
This commit is contained in:
parent
ef87879402
commit
be0054eeb4
@ -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