mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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