aboutsummaryrefslogtreecommitdiff
path: root/src/multiplex~.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/multiplex~.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/multiplex~.c')
-rw-r--r--src/multiplex~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiplex~.c b/src/multiplex~.c
index d67900c..5a75c35 100644
--- a/src/multiplex~.c
+++ b/src/multiplex~.c
@@ -64,7 +64,7 @@ static void mux_tilde_dsp(t_mux *x, t_signal **sp)
static void mux_tilde_helper(void)
{
- post("\n%c multiplex~\t:: multiplex a one of various signals to one outlet", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" multiplex~\t:: multiplex a one of various signals to one outlet");
post("<#out>\t : the inlet-number (counting from 0) witch is routed to the outlet"
"'help'\t : view this");
post("creation : \"mux~ [arg1 [arg2...]]\"\t: the number of arguments equals the number of inlets\n");