From 2f0dafba61fbb4bdcf558e5fab0d32fc95869113 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Mon, 16 Oct 2006 03:24:52 +0000 Subject: [PATCH] trivial printf formatting bug --- src/scan-wma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scan-wma.c b/src/scan-wma.c index e5c19674..4890222c 100644 --- a/src/scan-wma.c +++ b/src/scan-wma.c @@ -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! */