initialize some variables which need to be

This commit is contained in:
Shawn Hoffman
2020-08-17 17:30:06 -07:00
parent c22748dc38
commit 79f5ea0474
3 changed files with 9 additions and 11 deletions

View File

@ -247,7 +247,7 @@ bool PPCSymbolDB::LoadMap(const std::string& filename, bool bad)
continue;
}
char temp[256];
char temp[256]{};
sscanf(line, "%255s", temp);
if (strcmp(temp, "UNUSED") == 0)