Skip to content
Snippets Groups Projects
Commit 5438ab5d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Initialize local variable 'str' in scanallsubs().

Fixes issue #276
parent 0857f2fe
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ void sbbs_t::scansubs(long mode)
/****************************************************************************/
void sbbs_t::scanallsubs(long mode)
{
char str[256];
char str[256] = "";
char tmp[512];
uint i,j,found=0;
ulong subs_scanned=0;
......
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