mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix some minor bugs pointed out by PVS Studio (thanks!)
This commit is contained in:
parent
ee09def802
commit
f5d4fe0bfe
7 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue