Minor stuff

This commit is contained in:
Aurora
2016-04-26 01:30:03 +02:00
parent 1f68c2da42
commit 4cbf4e93e7
3 changed files with 7 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ static int loadTitleLocaleConfig(u64 progId, u8 *regionId, u8 *languageId)
u32 i = 29;
while(progId > 0)
while(progId)
{
static const char hexDigits[] = "0123456789ABCDEF";
path[i--] = hexDigits[(u32)(progId & 0xF)];