Explorar o código

Display source position with timestamps also

git-svn-id: trunk@20647 -
pierre %!s(int64=13) %!d(string=hai) anos
pai
achega
ff8e1afec1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/comphook.pas

+ 1 - 1
compiler/comphook.pas

@@ -335,7 +335,7 @@ begin
   if (status.verbosity and V_TimeStamps)<>0 then
     begin
       system.str(getrealtime-starttime:0:3,hs2);
-      hs:='['+hs2+'] '+s;
+      hs:='['+hs2+'] '+hs;
     end;
 
   { Display line }