mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pw-link: make port_id char array larger
The id might not fit.
This commit is contained in:
parent
6dd3ee4e15
commit
978c50e86c
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ static int do_link_ports(struct data *data)
|
|||
|
||||
if (in_node && out_node) {
|
||||
int i, ret;
|
||||
char port_id[5];
|
||||
char port_id[32];
|
||||
bool all_links_exist = true;
|
||||
|
||||
for (i=0;; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue