Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Warning fix.
  • Loading branch information
RachelBryk committed Jun 24, 2013
1 parent f73a97b commit 970661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Movie.cpp
Expand Up @@ -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]);
}
}

Expand Down

0 comments on commit 970661a

Please sign in to comment.