소스 검색

* fixed the string define which was left for debugging purposes

peter 27 년 전
부모
커밋
da253c659e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/teststr.pp

+ 1 - 1
tests/teststr.pp

@@ -123,7 +123,7 @@ procedure TestSpeed(Row,Len:byte);
 var
   l      : longint;
   hstr,
-  OrgStr : string[10];
+  OrgStr : string;
 begin
   HeadBen[Row]:=Len;
   OrgStr:='';