mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
trivial printf formatting bug
This commit is contained in:
@@ -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! */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user