mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 12:34:18 -04:00
trivial printf formatting bug
This commit is contained in:
parent
d89220fb5e
commit
2f0dafba61
@ -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))
|
if(sh.size <= sizeof(sh))
|
||||||
return TRUE; /* guess we're done! */
|
return TRUE; /* guess we're done! */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user