From f6833c650cd755a7c9a142bf667baff8add0ea31 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 9 Aug 2006 01:14:06 +0000 Subject: added help file that shows how to use with [hid] (almost complete), and parseeventnodenum.c svn path=/trunk/externals/input_noticer/; revision=5527 --- input_noticer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input_noticer.c') diff --git a/input_noticer.c b/input_noticer.c index ef2c91a..a462f39 100644 --- a/input_noticer.c +++ b/input_noticer.c @@ -28,7 +28,7 @@ #include #include "input_noticer.h" -static char *version = "$Revision: 1.1.1.1 $"; +static char *version = "$Revision: 1.2 $"; #define MAX_INPUT_DEVICES 32 /*------------------------------------------------------------------------------ @@ -261,7 +261,7 @@ static char *remove_quotes(char *input_str) char *rv, *tp; unsigned int i; - post ("removing quotes from %s", input_str); + // post ("removing quotes from %s", input_str); if (input_str != NULL) { -- cgit v1.2.1