aboutsummaryrefslogtreecommitdiff
path: root/gui/fatom.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/fatom.h')
-rw-r--r--gui/fatom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fatom.h b/gui/fatom.h
index c94c89b..e5258f7 100644
--- a/gui/fatom.h
+++ b/gui/fatom.h
@@ -417,7 +417,7 @@ static void *fatom_new(t_fatom* x,t_floatarg max, t_floatarg min, t_floatarg h,t
/* pipe startup code to slitk */
- sys_vgui("proc fatom_cb%x {val} {\n pd [concat fatom%x f $val \\;]\n }\n",x,x);
+ sys_vgui("proc fatom_cb%x {val} {\n pdsend \"fatom%x f $val\"\n }\n",x,x);
outlet_new(&x->x_obj, &s_float);
return (x);