mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Warning fix.
This commit is contained in:
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user