From 3d7b2a2d7cd9999c595020d23a94f972f1e8147d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 16 Oct 2020 17:01:02 -0700 Subject: cleanup: use correct printf format This fixes a warning from the CodeQL scan. Signed-off-by: Dirk Hohndel --- core/libdivecomputer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/libdivecomputer.c') diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index f824ed153..6f8f4bee9 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -1354,7 +1354,7 @@ static dc_status_t bluetooth_device_open(dc_iostream_t **iostream, dc_context_t return DC_STATUS_NODEVICE; } - dev_info(data, "Opening rfcomm address %u", address); + dev_info(data, "Opening rfcomm address %llu", address); return dc_bluetooth_open(&data->iostream, context, address, 0); } -- cgit v1.2.3-70-g09d2