Added Else clause to editing bbslist so it doesn't just fail.

This commit is contained in:
R. Eric Wheeler 2013-07-21 01:50:53 -07:00
parent d9cfc87a7a
commit af84e4c5a4
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ BEGIN
BEGIN
NL;
Print('There was an error displaying an ASCII file. Let the sysop know so they can investigate.');
SysOpLog('Some ASCII Files are missing for editing the bbslist. Investigate ...')
SysOpLog('Some ASCII Files are missing for editing the bbslist. Investigate ...');
END;
END;