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/tabminmax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabminmax.c') diff --git a/src/tabminmax.c b/src/tabminmax.c index 9aa660a..8a116a1 100644 --- a/src/tabminmax.c +++ b/src/tabminmax.c @@ -119,7 +119,7 @@ static void *tabminmax_new(t_symbol *s) static void tabminmax_helper(void) { - post("\n%c tabminmax - object : dumps a table as a package of floats", HEARTSYMBOL); + post("\n"HEARTSYMBOL" tabminmax - object : dumps a table as a package of floats"); post("'set '\t: read out another table\n" "'bang'\t\t: get min and max of the table\n" "outlet\t\t: table-data as package of floats"); -- cgit v1.2.1