mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-dot: fix modules not being linked correctly
This fixes a regression caused by commit 0b5cdf3f
This commit is contained in:
parent
02050ae812
commit
64eaaf27ab
1 changed files with 2 additions and 2 deletions
|
|
@ -498,7 +498,7 @@ static void draw_factory(struct global *g)
|
|||
/* draw the arrow */
|
||||
dot_data_add_string(dd, "factory_");
|
||||
dot_data_add_uint32(dd, g->id);
|
||||
dot_data_add_string(dd, " -> module_id");
|
||||
dot_data_add_string(dd, " -> module_");
|
||||
dot_data_add_uint32(dd, module_id);
|
||||
dot_data_add_string(dd, " [style=dashed];\n");
|
||||
}
|
||||
|
|
@ -518,7 +518,7 @@ static void draw_module(struct global *g)
|
|||
dot_data_add_string(dd, " [shape=box style=filled fillcolor=lightgrey];\n");
|
||||
|
||||
/* draw the label header */
|
||||
dot_data_add_string(dd, "module_id");
|
||||
dot_data_add_string(dd, "module_");
|
||||
dot_data_add_uint32(dd, g->id);
|
||||
dot_data_add_string(dd, " [label=\"");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue