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/step~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/step~.c') diff --git a/src/step~.c b/src/step~.c index d1e8757..4558819 100644 --- a/src/step~.c +++ b/src/step~.c @@ -101,7 +101,7 @@ static void step_dsp(t_step *x, t_signal **sp) static void step_helper(void) { - post("%c step~-object :: generates a unity-step", HEARTSYMBOL); + post(""HEARTSYMBOL" step~-object :: generates a unity-step"); post("creation : \"dirac~ [ []]\" : create a rectangular window\n" "\t\t\tat specified position and with specified length (in samples)\n" "inlet1\t: \t: create a rectangular window at new position\n" -- cgit v1.2.1