Removed Import NA

This commit is contained in:
mysticbbs 2012-02-29 22:25:56 -05:00
parent ed4f3209fb
commit ca5d090c37
1 changed files with 7 additions and 6 deletions

View File

@ -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);