aboutsummaryrefslogtreecommitdiff
path: root/src/quantize~.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/quantize~.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/quantize~.c')
-rw-r--r--src/quantize~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quantize~.c b/src/quantize~.c
index 8abbe01..2ba6451 100644
--- a/src/quantize~.c
+++ b/src/quantize~.c
@@ -78,7 +78,7 @@ static void quantize_dsp(t_quantize *x, t_signal **sp)
static void quantize_tilde_helper(t_quantize *x)
{
ZEXY_USEVAR(x);
- post("%c quantize~-object\t:: used for quantizing signals by various degrees", HEARTSYMBOL);
+ post(""HEARTSYMBOL" quantize~-object\t:: used for quantizing signals by various degrees");
post("<quants> : quantize a signal into <quants> steps ('0' turns quantizing off)\n"
"'8bit' : quantize to 8 bit\n"
"'16bit' : quantize to 16 bit (default)\n"