From 2c7fd68913b585066e3140631162caa8231000d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 19 Dec 2012 09:36:00 +0000 Subject: fixing unicode characters now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706 --- src/multiplex~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/multiplex~.c') 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"); -- cgit v1.2.1