diff options
-rw-r--r-- | popup/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.c b/popup/popup.c index 8e11d92..9da8a94 100644 --- a/popup/popup.c +++ b/popup/popup.c @@ -639,7 +639,7 @@ static void *popup_new(t_symbol *s, int argc, t_atom *argv) } /* Bind the recieve "popup%lx" to the widget outlet*/ - sprintf(buf,"popup%lx",x); + sprintf(buf,"popup%lx", (long unsigned int)x); x->x_sym = gensym(buf); pd_bind(&x->x_obj.ob_pd, x->x_sym); |