From a5a69734720aea53ece5d61c9ce82e8df9c5a22b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 7 May 2025 20:04:58 +0530 Subject: [PATCH] bluez5-dbus: Fix another build failure on 32-bit system --- spa/plugins/bluez5/bluez5-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/bluez5-dbus.c b/spa/plugins/bluez5/bluez5-dbus.c index 231815773..90a183b73 100644 --- a/spa/plugins/bluez5/bluez5-dbus.c +++ b/spa/plugins/bluez5/bluez5-dbus.c @@ -2811,7 +2811,7 @@ static int remote_endpoint_update_props(struct spa_bt_remote_endpoint *remote_en remote_endpoint->hisyncid = *(uint64_t *)value; - spa_log_debug(monitor->log, "remote_endpoint %p: %s=%zd", remote_endpoint, key, remote_endpoint->hisyncid); + spa_log_debug(monitor->log, "remote_endpoint %p: %s=%"PRIu64, remote_endpoint, key, remote_endpoint->hisyncid); } else spa_log_debug(monitor->log, "remote_endpoint %p: unhandled key %s", remote_endpoint, key);