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/symbol2list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/symbol2list.c') diff --git a/src/symbol2list.c b/src/symbol2list.c index f692a7c..27c4c2a 100644 --- a/src/symbol2list.c +++ b/src/symbol2list.c @@ -153,7 +153,7 @@ static void symbol2list_free(t_symbol2list *x) static void symbol2list_help(t_symbol2list*x) { - post("\n%c symbol2list\t:: split a symbol into a list of atoms", HEARTSYMBOL); + post("\n"HEARTSYMBOL" symbol2list\t:: split a symbol into a list of atoms"); } void symbol2list_setup(void) -- cgit v1.2.1