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/msgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msgfile.c') diff --git a/src/msgfile.c b/src/msgfile.c index 0629a1f..208c476 100644 --- a/src/msgfile.c +++ b/src/msgfile.c @@ -864,7 +864,7 @@ static void msgfile_print(t_msgfile *x) static void msgfile_help(t_msgfile *x) { - post("\n%c msgfile\t:: handle and store files of lists", HEARTSYMBOL); + post("\n"HEARTSYMBOL" msgfile\t:: handle and store files of lists"); post("goto \t: goto line " "\nrewind\t\t: goto the beginning of the file" "\nend\t\t: goto the end of the file" -- cgit v1.2.1