forked from dolphin-emu/dolphin
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