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

Increased size of str and cstr local variables to guruchat() function...

Increased size of str and cstr local variables to guruchat() function hopefully fixing pointer (ptr) bug.
parent 5fa00bee
No related branches found
No related tags found
No related merge requests found
......@@ -1324,7 +1324,7 @@ void sbbs_t::nodemsg()
/****************************************************************************/
void sbbs_t::guruchat(char *line, char *gurubuf, int gurunum)
{
char str[256],cstr[256],*ptr,*answer[100],answers,theanswer[769]
char str[512],cstr[512],*ptr,*answer[100],answers,theanswer[1024]
,mistakes=1,hu=0;
char tmp[512];
int file;
......
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