trivial printf formatting bug

This commit is contained in:
Ron Pedde 2006-10-16 03:24:52 +00:00
parent d89220fb5e
commit 2f0dafba61

View File

@ -387,7 +387,7 @@ int wma_parse_header_extension(int fd, int size, MP3FILE *pmp3) {
}
}
DPRINTF(E_DBG,L_SCAN," Size: %ld\n",sh.size);
DPRINTF(E_DBG,L_SCAN," Size: %lld\n",sh.size);
if(sh.size <= sizeof(sh))
return TRUE; /* guess we're done! */