modules: fix wrong formats under 32-bit

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-08-05 18:38:19 -07:00
parent b657cff400
commit 1ae8097b8b
2 changed files with 4 additions and 4 deletions

View file

@ -669,7 +669,7 @@ static size_t handle_udp_timing_packet(pa_raop_client *c, const uint8_t packet[]
payload = packet[1] ^ 0x80;
switch (payload) {
case PAYLOAD_TIMING_REQUEST:
pa_log_debug("Sending timing packet at %lu", rci);
pa_log_debug("Sending timing packet at %" PRIu64 , rci);
written = send_udp_timing_packet(c, data, rci);
break;
case PAYLOAD_TIMING_REPLY: