Browse Source

--- Merging r40738 into '.':
U rtl/linux/Makefile.fpc
U rtl/linux/Makefile
--- Recording mergeinfo for merge of r40738 into '.':
U .

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

florian 4 năm trước cách đây
mục cha
commit
643d7c4d02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/comphook.pas

+ 1 - 1
compiler/comphook.pas

@@ -320,7 +320,7 @@ begin
      else
      else
       begin
       begin
         if status.use_gccoutput then
         if status.use_gccoutput then
-          hs:=gccfilename(status.currentsource)+': '+hs+' '+tostr(status.currentline)+': '+s
+          hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+s
         else
         else
           hs:=status.currentsource+'('+tostr(status.currentline)+') '+hs+' '+s;
           hs:=status.currentsource+'('+tostr(status.currentline)+') '+hs+' '+s;
       end;
       end;