diff options
Diffstat (limited to 'src/dirac~.c')
-rw-r--r-- | src/dirac~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirac~.c b/src/dirac~.c index 4a4cf07..3213c82 100644 --- a/src/dirac~.c +++ b/src/dirac~.c @@ -120,7 +120,7 @@ static void dirac_dsp(t_dirac *x, t_signal **sp) static void dirac_helper(void) { - post("%c dirac~-object :: generates a dirac (unity-pulse)", HEARTSYMBOL); + post(""HEARTSYMBOL" dirac~-object :: generates a dirac (unity-pulse)"); post("creation : \"dirac~ [<position>]\" : create a dirac at specified position (in samples)\n" "inlet\t: <position>\t: create a dirac at new position\n" "\t 'bang'\t: create a dirac at specified position\n" |