Removed Import NA
This commit is contained in:
parent
ed4f3209fb
commit
ca5d090c37
|
@ -1141,7 +1141,7 @@ Begin
|
||||||
|
|
||||||
WriteLn;
|
WriteLn;
|
||||||
WriteLn ('MBBSUTIL: ', mysSoftwareID, ' BBS Utilities Version ', mysVersion, ' (', OSID, ')');
|
WriteLn ('MBBSUTIL: ', mysSoftwareID, ' BBS Utilities Version ', mysVersion, ' (', OSID, ')');
|
||||||
WriteLn ('Copyright (C) 1997-2012 By James Coyle. All Rights Reserved.');
|
WriteLn ('Copyright (C) ', mysCopyYear, ' By James Coyle. All Rights Reserved.');
|
||||||
WriteLn;
|
WriteLn;
|
||||||
|
|
||||||
FileMode := 66;
|
FileMode := 66;
|
||||||
|
@ -1258,6 +1258,7 @@ Begin
|
||||||
|
|
||||||
If TrashFile = '' Then TrashFile := Config.DataPath + 'trashcan.dat';
|
If TrashFile = '' Then TrashFile := Config.DataPath + 'trashcan.dat';
|
||||||
End;
|
End;
|
||||||
|
|
||||||
If Temp = '-UPACK' Then UserPack := True;
|
If Temp = '-UPACK' Then UserPack := True;
|
||||||
|
|
||||||
Inc (A);
|
Inc (A);
|
||||||
|
|
Loading…
Reference in New Issue