Add printf attribute to log_err/DPRINTF and fix a few warnings
Modified to not use %z for portability reasons.
This commit is contained in:
committed by
Justin Maggard
parent
45cf9208fb
commit
3a57744735
@ -567,7 +567,8 @@ _get_asffileinfo(char *file, struct song_metadata *psong)
|
||||
|
||||
if(pos + tmp.Size > hdr.Size)
|
||||
{
|
||||
DPRINTF(E_ERROR, L_SCANNER, "Size overrun reading header object %I64x\n", tmp.Size);
|
||||
DPRINTF(E_ERROR, L_SCANNER, "Size overrun reading header object %llu\n",
|
||||
(unsigned long long)tmp.Size);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user