* fixed the string define which was left for debugging purposes

This commit is contained in:
peter 1999-01-25 22:51:29 +00:00
parent eadf1f63b4
commit da253c659e

View File

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