Remove build warning caused by data type mismatch

This commit is contained in:
ejurgensen 2014-06-22 22:29:45 +02:00
parent 7810f16361
commit 0a2d2273bd

View File

@ -2104,7 +2104,7 @@ dacp_reply_setspeakers(struct evhttp_request *req, struct evbuffer *evbuf, char
} }
else else
{ {
DPRINTF(E_DBG, L_DACP, "Speaker id converted with ret %d, param %s, dec val %llu.\n", ret, param, ids[i]); DPRINTF(E_DBG, L_DACP, "Speaker id converted with ret %d, param %s, dec val %" PRIu64 ".\n", ret, param, ids[i]);
} }
i++; i++;
} }