summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-12-30 14:33:38 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-12-30 14:33:38 +0000
commitd902f813879d8406a8f9d786dc89a8893019b254 (patch)
tree8e01d5cae27477bdc477219a445665547a8c58f0
parent468be8be3863d85d9b095732645d2c90eea9c36d (diff)
downloadfpc-d902f813879d8406a8f9d786dc89a8893019b254.tar.gz
--- Merging r40738 into '.':
U rtl/linux/Makefile.fpc U rtl/linux/Makefile --- Recording mergeinfo for merge of r40738 into '.': U . git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@47910 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/comphook.pas2
1 files changed, 1 insertions, 1 deletions
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;