mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
modules: fix wrong formats under 32-bit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b657cff400
commit
1ae8097b8b
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue