mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Warning fix.
This commit is contained in:
parent
f73a97b242
commit
970661a0c5
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ void GetSettings()
|
||||||
|
|
||||||
for (int i = 0; i < 20; ++i)
|
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…
Add table
Add a link
Reference in a new issue