Bläddra i källkod

Merged revision(s) 43769 from trunk:
* fixed output of line numbers/columns with -vR
........

git-svn-id: branches/fixes_3_2@44874 -

svenbarth 5 år sedan
förälder
incheckning
c3f5006c86
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      compiler/comphook.pas

+ 1 - 2
compiler/comphook.pas

@@ -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)+