Fix possible log formatting errors.

This commit is contained in:
C.W. Betts
2021-02-04 17:54:51 -07:00
parent 01b3b5066d
commit 662d6e9711
10 changed files with 15 additions and 15 deletions

View File

@ -1488,7 +1488,7 @@ void CheatCode::Apply() const
}
else
{
Log_ErrorPrintf("Invalid command in second slide parameter 0x%02X", write_type);
Log_ErrorPrintf("Invalid command in second slide parameter 0x%02hhX", write_type);
}
index += 2;