mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 17:19:28 +02:00
* fixed the string define which was left for debugging purposes
This commit is contained in:
parent
eadf1f63b4
commit
da253c659e
@ -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:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user