summaryrefslogtreecommitdiff
path: root/streamout13~.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamout13~.c')
-rw-r--r--streamout13~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamout13~.c b/streamout13~.c
index b2762f0..a50240b 100644
--- a/streamout13~.c
+++ b/streamout13~.c
@@ -90,7 +90,7 @@ static void streamout13_connect(t_streamout13 *x, t_symbol *hostname,
if (x->x_fd >= 0)
{
- error("streamout13_connect: already connected - reconnecting");
+ pd_error(x, "streamout13_connect: already connected - reconnecting");
sys_closesocket(x->x_fd);
x->x_fd = -1;
outlet_float(x->x_obj.ob_outlet, 0);