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/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 5540358..2476a9c 100644 --- a/src/index.c +++ b/src/index.c @@ -329,7 +329,7 @@ static void index_free(t_index *x) static void index_helper(t_index *x) { endpost(); - post("%c index :: index symbols to indices", HEARTSYMBOL); + post(""HEARTSYMBOL" index :: index symbols to indices"); post(" : look up the in the index and return it's index"); post(" : look up the element at index in the index"); post("'add ' : add a new symbol to the index-map"); -- cgit v1.2.1