aboutsummaryrefslogtreecommitdiff
path: root/src/step~.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/step~.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/step~.c')
-rw-r--r--src/step~.c2
1 files changed, 1 insertions, 1 deletions
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~ [<position> [<length>]]\" : create a rectangular window\n"
"\t\t\tat specified position and with specified length (in samples)\n"
"inlet1\t: <position>\t: create a rectangular window at new position\n"