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
protocol-native.c protocol-native: check for NULL strings 2025-07-10 14:08:56 +00:00
proxy-device.c
resource-device.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00