mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:35:46 -04:00
CDSubchannelReplacement: Fix a crash on invalid input
This commit is contained in:
@ -62,7 +62,7 @@ bool CDSubChannelReplacement::LoadSBI(const char* path)
|
||||
|
||||
if (entry.type != 1)
|
||||
{
|
||||
Log_ErrorPrintf("Invalid type 0x%02X in '%s'", path);
|
||||
Log_ErrorPrintf("Invalid type 0x%02X in '%s'", entry.type, path);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user