* use source for test

This commit is contained in:
pierre 1999-12-07 11:42:48 +00:00
parent b6d3d8cf1b
commit c35fc00fe6

View File

@ -3,7 +3,7 @@ var
i : word;
buf : string;
begin
assign(f,'test');
assign(f,'tbs0111.pp');
reset(f);
blockread(f,buf[1],sizeof(buf),i); { This is not allowed in BP7 }
buf[0]:=chr(i);