mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-03 10:45:10 +00:00
engine: soundlib: snd_mp3: fix extra-format-args
This commit is contained in:
parent
88916fdac4
commit
ab5a9eec53
@ -129,7 +129,7 @@ static qboolean Sound_ParseID3Tag( const byte *buffer, fs_offset_t filesize )
|
||||
{
|
||||
// old id3v1 header found
|
||||
if( CHECK_IDENT( header->ident, 'T', 'A', 'G' ))
|
||||
Con_Printf( S_ERROR "Sound_ParseID3Tag: ID3v1 is not supported! Convert to ID3v2.4!\n", header->major_ver );
|
||||
Con_Printf( S_ERROR "Sound_ParseID3Tag: ID3v1 is not supported! Convert to ID3v2.4!\n" );
|
||||
|
||||
return true; // missing tag header is not an error
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user