Skip to content
Snippets Groups Projects
Commit 06f776c2 authored by rswindell's avatar rswindell
Browse files

Fixed bug in parsing ARS keywords: UNIX, LINUX, and WIN32:

additional keywords and parameters (if present) were not interpretted correctly.
parent 15e03e40
No related branches found
No related tags found
No related merge requests found
......@@ -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)++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment