mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-dump: print None pod as null
This commit is contained in:
parent
8f5231bd45
commit
2b98b7dc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ static void put_pod_value(struct data *d, const char *key, const struct spa_type
|
|||
break;
|
||||
}
|
||||
case SPA_TYPE_None:
|
||||
put_value(d, NULL, "null");
|
||||
put_value(d, NULL, NULL);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue