mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix some minor bugs pointed out by PVS Studio (thanks!)
This commit is contained in:
@ -387,7 +387,7 @@ bool SysConf::SaveToFile(const char *filename)
|
||||
}
|
||||
else if (i->type == Type_SmallArray)
|
||||
{
|
||||
const u8 len = i->dataLength;
|
||||
const u8 len = (u8)(i->dataLength);
|
||||
f.WriteArray(&len, 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user