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

Another stupid MSVC ctype (isdigit) assertion work-around.

parent f445aa57
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
/****************************************************************************/
char sbbs_t::getkey(long mode)
{
char ch,coldkey,c=0,spin=sbbs_random(5);
uchar ch,coldkey,c=0,spin=sbbs_random(5);
time_t last_telnet_cmd=0;
if(online==ON_REMOTE && !input_thread_running)
......
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