mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: use correct printf format
This fixes a warning from the CodeQL scan. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b7d7f9ee1
commit
3d7b2a2d7c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue