* running ex9.pp fixed

This commit is contained in:
marco 2004-07-18 09:49:19 +00:00
parent 7fb5f2cf1f
commit 9f87239209

View File

@ -19,7 +19,10 @@ var
Time : Longint;
DT : DateTime;
begin
Assign(f,ParamStr(1));
if Paramcount>0 then
Assign(f,ParamStr(1))
else
Assign(f,'ex9.pp' );
Reset(f);
GetFTime(f,Time);
Close(f);