mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* use source for test
This commit is contained in:
parent
b6d3d8cf1b
commit
c35fc00fe6
@ -3,7 +3,7 @@ var
|
|||||||
i : word;
|
i : word;
|
||||||
buf : string;
|
buf : string;
|
||||||
begin
|
begin
|
||||||
assign(f,'test');
|
assign(f,'tbs0111.pp');
|
||||||
reset(f);
|
reset(f);
|
||||||
blockread(f,buf[1],sizeof(buf),i); { This is not allowed in BP7 }
|
blockread(f,buf[1],sizeof(buf),i); { This is not allowed in BP7 }
|
||||||
buf[0]:=chr(i);
|
buf[0]:=chr(i);
|
||||||
|
Loading…
Reference in New Issue
Block a user