From cfc3bdbccea042a959bff9b255562cb92b863ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Apr 2006 11:27:26 +0000 Subject: use unused variables svn path=/trunk/externals/zexy/; revision=4815 --- src/time.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/time.c') diff --git a/src/time.c b/src/time.c index eb56c26..4340d6b 100644 --- a/src/time.c +++ b/src/time.c @@ -63,7 +63,8 @@ static void *time_new(t_symbol *s, int argc, t_atom *argv) { t_time *x = (t_time *)pd_new(time_class); char buf[5]; - + ZEXY_USEVAR(s); + x->GMT=0; if (argc) { atom_string(argv, buf, 5); @@ -103,6 +104,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("\noutputs are\t: hour / minute / sec / msec"); post("\ncreation\t:: 'time [GMT]': show local time or GMT"); -- cgit v1.2.1