mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
initialize some variables which need to be
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user