mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* running ex9.pp fixed
This commit is contained in:
parent
7fb5f2cf1f
commit
9f87239209
@ -19,7 +19,10 @@ var
|
|||||||
Time : Longint;
|
Time : Longint;
|
||||||
DT : DateTime;
|
DT : DateTime;
|
||||||
begin
|
begin
|
||||||
Assign(f,ParamStr(1));
|
if Paramcount>0 then
|
||||||
|
Assign(f,ParamStr(1))
|
||||||
|
else
|
||||||
|
Assign(f,'ex9.pp' );
|
||||||
Reset(f);
|
Reset(f);
|
||||||
GetFTime(f,Time);
|
GetFTime(f,Time);
|
||||||
Close(f);
|
Close(f);
|
||||||
|
Loading…
Reference in New Issue
Block a user