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/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/time.c') diff --git a/src/time.c b/src/time.c index 86f277f..02ba814 100644 --- a/src/time.c +++ b/src/time.c @@ -102,7 +102,7 @@ static void time_bang(t_time *x) static void help_time(t_time *x) { ZEXY_USEVAR(x); - post("\n%c time\t\t:: get the current system time", HEARTSYMBOL); + post("\n"HEARTSYMBOL" time\t\t:: get the current system time"); post("\noutputs are\t: hour / minute / sec / msec"); post("\ncreation\t:: 'time [GMT]': show local time or GMT"); } -- cgit v1.2.1