소스 검색

Display source position with timestamps also

git-svn-id: trunk@20647 -
pierre 13 년 전
부모
커밋
ff8e1afec1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }