mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
protocol: use bool for Bool pod
This commit is contained in:
parent
c117ca0899
commit
3324a15fe3
3 changed files with 4 additions and 4 deletions
|
|
@ -135,7 +135,7 @@ struct client_data {
|
|||
static void debug_msg(const char *prefix, const struct pw_protocol_native_message *msg, bool hex)
|
||||
{
|
||||
struct spa_pod *pod;
|
||||
pw_log_debug("%s: id:%d op:%d size:%d seq:%d\n", prefix,
|
||||
pw_log_debug("%s: id:%d op:%d size:%d seq:%d", prefix,
|
||||
msg->id, msg->opcode, msg->size, msg->seq);
|
||||
|
||||
if ((pod = spa_pod_from_data(msg->data, msg->size, 0, msg->size)) != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue