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/noish~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/noish~.c') diff --git a/src/noish~.c b/src/noish~.c index 0d0a07c..8d5c875 100644 --- a/src/noish~.c +++ b/src/noish~.c @@ -156,7 +156,7 @@ static void noish_dsp(t_nois *x, t_signal **sp) static void noish_helper(void) { - post("\n%c noish~\t:: a bandlimited pseudo-noise generator", HEARTSYMBOL); + post("\n"HEARTSYMBOL" noish~\t:: a bandlimited pseudo-noise generator"); post("\t : sampling-frequency (in Hz)\n" "'help'\t : view this"); post("creation : \"noish~ []\"\t: ('0'(default) will produce 'white' noise)\n"); -- cgit v1.2.1