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/pdf~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdf~.c') diff --git a/src/pdf~.c b/src/pdf~.c index ef1d767..aee193c 100644 --- a/src/pdf~.c +++ b/src/pdf~.c @@ -114,7 +114,7 @@ static void pdf_free(t_pdf *x) static void pdf_tilde_helper(void) { - post("\n%c pdf~\t:: get the probability density function of a signal (-1.0 to +1.0)", HEARTSYMBOL); + post("\n"HEARTSYMBOL" pdf~\t:: get the probability density function of a signal (-1.0 to +1.0)"); post("'bang'\t : output a list of the probabilities of 'n' function values" "\n'clear'\t : clear the buffer (set all probabilities to zero)" "\n<1/0>\t : short for 'bang' and 'clear'" -- cgit v1.2.1