mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* running ex9.pp fixed
This commit is contained in:
parent
7fb5f2cf1f
commit
9f87239209
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user