From af84e4c5a4bdcf6f050a80934a3ce6c6fff95c85 Mon Sep 17 00:00:00 2001 From: sk-5 Date: Sun, 21 Jul 2013 01:50:53 -0700 Subject: [PATCH] Added Else clause to editing bbslist so it doesn't just fail. --- SOURCE/BBSLIST.PAS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCE/BBSLIST.PAS b/SOURCE/BBSLIST.PAS index 60f3230..522c49a 100644 --- a/SOURCE/BBSLIST.PAS +++ b/SOURCE/BBSLIST.PAS @@ -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;