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

Initialize local variable 'str' in scanallsubs().

Fixes issue #276
parent 291ff7b1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2381 passed
......@@ -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