aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_text.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-08 23:45:31 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-08 23:45:31 +0000
commit026589c77ea733ae92c38b78fbd633bfbd0b8e94 (patch)
treecfee6b4dad7347415955e5fb8442ffbfca6256b6 /pd/src/g_text.c
parent018a1061ed9e619398d7d26fa54c9876b3f26d31 (diff)
Many bug fixes
svn path=/trunk/; revision=5906
Diffstat (limited to 'pd/src/g_text.c')
-rw-r--r--pd/src/g_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 3cca6b3a..a146ae91 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -902,7 +902,7 @@ static void gatom_properties(t_gobj *z, t_glist *owner)
{
t_gatom *x = (t_gatom *)z;
char buf[200];
- sprintf(buf, "pdtk_gatom_dialog %%s %d %g %g %d %s %s %s\n",
+ sprintf(buf, "pdtk_gatom_dialog %%s %d %g %g %d {%s} {%s} {%s}\n",
x->a_text.te_width, x->a_draglo, x->a_draghi,
x->a_wherelabel, gatom_escapit(x->a_label)->s_name,
gatom_escapit(x->a_symfrom)->s_name,