diff options
Diffstat (limited to 'shared/unstable')
-rw-r--r-- | shared/unstable/fragile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/unstable/fragile.c b/shared/unstable/fragile.c index b86fba8..cd92b72 100644 --- a/shared/unstable/fragile.c +++ b/shared/unstable/fragile.c @@ -110,7 +110,7 @@ t_object *fragile_outlet_destination(t_outlet *op, if (booty) { if (count > 1 && caller) - loud_warning(caller, "multiple targets"); + loud_warning(caller, 0, "multiple targets"); } else if (caller) { |