Warning fix.

This commit is contained in:
Rachel Bryk 2013-06-24 12:30:08 -04:00
parent f73a97b242
commit 970661a0c5
1 changed files with 1 additions and 1 deletions

View File

@ -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]);
}
}