pipewire/src/modules/module-client-device
zuozhiwei b4457b871f core: use %u format specifier for uint32_t IDs
The object, node, client, factory, module, and link IDs are all uint32_t values but were being formatted with %d.
This would produce incorrect negative values if an ID ever exceeded INT_MAX
2026-04-16 08:54:15 +00:00
..
client-device.h pipewire: module-client-device: include "client-device.h" in "resource-device.c" 2023-07-03 19:40:31 +02:00
protocol-native.c protocol-native: check for NULL strings 2025-07-10 14:08:56 +00:00
proxy-device.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
resource-device.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00