mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Warning fix.
This commit is contained in:
parent
f73a97b242
commit
970661a0c5
@ -1186,7 +1186,7 @@ void GetSettings()
|
||||
|
||||
for (int i = 0; i < 20; ++i)
|
||||
{
|
||||
sscanf(SCM_REV_STR + 2 * i, "%02x", &revision[i]);
|
||||
sscanf(SCM_REV_STR + 2 * i, "%02hhx", &revision[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user