From 168ad2ef377e18dd034500a0215bd1c0830d1f74 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 24 Sep 2015 01:43:23 +0000 Subject: [PATCH] Fix bug in comment. (Displayes bad*.msg, not bsd*.can). --- src/sbbs3/str.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/str.cpp b/src/sbbs3/str.cpp index 666c3be740..586547c5ee 100644 --- a/src/sbbs3/str.cpp +++ b/src/sbbs3/str.cpp @@ -817,7 +817,7 @@ void sbbs_t::dirinfo(uint dirnum) /****************************************************************************/ /* Searches the file <name>.can in the TEXT directory for matches */ /* Returns TRUE if found in list, FALSE if not. */ -/* Displays bad<name>.can in text directory if found. */ +/* Displays bad<name>.msg in text directory if found. */ /****************************************************************************/ bool sbbs_t::trashcan(const char *insearchof, const char *name) { -- GitLab