aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.c b/gui/button.c
index 3360464..311f49c 100644
--- a/gui/button.c
+++ b/gui/button.c
@@ -331,7 +331,7 @@ static void *button_new(t_symbol* text)
/* pipe startup code to tk */
sys_vgui("proc button_cb%x {} {\n
- pd [concat button%x b \\;]\n
+ pd [concat button%p b \\;]\n
}\n",x,x);
outlet_new(&x->x_obj, &s_float);