From d6a71adae7c90224e2a49f0edcd4fd52fa0a1b30 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 19 Aug 2005 23:28:03 +0000 Subject: Version 0.39-0test5. Bug fixes and more care about closing dirty windows and quitting. svn path=/trunk/; revision=3434 --- pd/src/g_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/g_text.c') diff --git a/pd/src/g_text.c b/pd/src/g_text.c index 54b7ac37..ed37ca40 100644 --- a/pd/src/g_text.c +++ b/pd/src/g_text.c @@ -347,10 +347,10 @@ static void message_addsemi(t_message *x) static void message_adddollar(t_message *x, t_floatarg f) { + t_atom a; int n = f; if (n < 0) n = 0; - t_atom a; SETDOLLAR(&a, n); binbuf_add(x->m_text.te_binbuf, 1, &a); glist_retext(x->m_glist, &x->m_text); -- cgit v1.2.1