aboutsummaryrefslogtreecommitdiff
path: root/src/makesymbol.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/makesymbol.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/makesymbol.c')
-rw-r--r--src/makesymbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c
index a36da12..80f0d6e 100644
--- a/src/makesymbol.c
+++ b/src/makesymbol.c
@@ -136,7 +136,7 @@ static void makesymbol_free(t_makesymbol *x)
static void makesymbol_helper(t_makesymbol *x)
{
ZEXY_USEVAR(x);
- post("\n%c makesymbol :: create a formatted symbol", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" makesymbol :: create a formatted symbol");
post("<list of anything>\t: glue up to 10 list-elements to 1 formatted symbol\n"
"'bang'\t\t\t: re-output\n"
"'help'\t\t\t: view this"