Removed Import NA
This commit is contained in:
parent
ed4f3209fb
commit
ca5d090c37
|
@ -1141,7 +1141,7 @@ Begin
|
|||
|
||||
WriteLn;
|
||||
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;
|
||||
|
||||
FileMode := 66;
|
||||
|
@ -1258,6 +1258,7 @@ Begin
|
|||
|
||||
If TrashFile = '' Then TrashFile := Config.DataPath + 'trashcan.dat';
|
||||
End;
|
||||
|
||||
If Temp = '-UPACK' Then UserPack := True;
|
||||
|
||||
Inc (A);
|
||||
|
|
Loading…
Reference in New Issue