aboutsummaryrefslogtreecommitdiff
path: root/src/matchbox.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 09:36:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 09:36:00 +0000
commit2c7fd68913b585066e3140631162caa8231000d9 (patch)
treebb90649b102bbe23afd0fc03c28525252ec8e0a8 /src/matchbox.c
parentaf8b334c147ee752c34f29f00280884a0a7fbf9c (diff)
fixing unicode characters
now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706
Diffstat (limited to 'src/matchbox.c')
-rw-r--r--src/matchbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matchbox.c b/src/matchbox.c
index 7bda2e5..f1d8183 100644
--- a/src/matchbox.c
+++ b/src/matchbox.c
@@ -654,7 +654,7 @@ static void matchbox_free(t_matchbox *x)
static void matchbox_help(t_matchbox*x)
{
- post("\n%c matchbox\t\t:: find a list in a pool of lists", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" matchbox\t\t:: find a list in a pool of lists");
}
void matchbox_setup(void)