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/listfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listfind.c') diff --git a/src/listfind.c b/src/listfind.c index a2e88b8..6016b50 100644 --- a/src/listfind.c +++ b/src/listfind.c @@ -210,7 +210,7 @@ static void *listfind_new(t_symbol *s, int argc, t_atom *argv) static void listfind_help(t_listfind*x) { - post("\n%c listfind\t\t:: split lists into multiple sublists based on matches", HEARTSYMBOL); + post("\n"HEARTSYMBOL" listfind\t\t:: split lists into multiple sublists based on matches"); } void listfind_setup(void) -- cgit v1.2.1