From 643d7c4d0277b0c04df8e41a8e0e335e5b4c38d0 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 30 Dec 2020 14:33:38 +0000 Subject: [PATCH] --- 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 - --- compiler/comphook.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/comphook.pas b/compiler/comphook.pas index 6dffea8ff1..60bd5ff27d 100644 --- a/compiler/comphook.pas +++ b/compiler/comphook.pas @@ -320,7 +320,7 @@ begin else begin if status.use_gccoutput then - hs:=gccfilename(status.currentsource)+': '+hs+' '+tostr(status.currentline)+': '+s + hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+s else hs:=status.currentsource+'('+tostr(status.currentline)+') '+hs+' '+s; end;