From 06f776c29dc3ac7cb42bb8dc1c312f5525d3b077 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 21 Mar 2002 00:50:10 +0000 Subject: [PATCH] Fixed bug in parsing ARS keywords: UNIX, LINUX, and WIN32: additional keywords and parameters (if present) were not interpretted correctly. --- src/sbbs3/chk_ar.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sbbs3/chk_ar.cpp b/src/sbbs3/chk_ar.cpp index 02bed0306c..1f124796fe 100644 --- a/src/sbbs3/chk_ar.cpp +++ b/src/sbbs3/chk_ar.cpp @@ -91,6 +91,9 @@ bool sbbs_t::ar_exp(uchar **ptrptr, user_t* user) case AR_QUIET: case AR_OS2: case AR_DOS: + case AR_WIN32: + case AR_UNIX: + case AR_LINUX: break; default: (*ptrptr)++; -- GitLab