mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:29:31 +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
|
if status.currentcolumn>0 then
|
||||||
begin
|
begin
|
||||||
if status.use_gccoutput then
|
if status.use_gccoutput then
|
||||||
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+
|
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+':'+tostr(status.currentcolumn)+': '+hs+' '+s
|
||||||
tostr(status.currentcolumn)+': '+s
|
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
hs:=status.currentsource+'('+tostr(status.currentline)+
|
hs:=status.currentsource+'('+tostr(status.currentline)+
|
||||||
|
Loading…
Reference in New Issue
Block a user