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/strcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strcmp.c') diff --git a/src/strcmp.c b/src/strcmp.c index 34f7b8b..6fb898f 100644 --- a/src/strcmp.c +++ b/src/strcmp.c @@ -153,7 +153,7 @@ static void strcmp_free(t_strcmp *x) static void strcmp_help(t_strcmp*x) { - post("\n%c strcmp\t\t:: compare to lists as strings", HEARTSYMBOL); + post("\n"HEARTSYMBOL" strcmp\t\t:: compare to lists as strings"); } -- cgit v1.2.1