From 5cbea0d03b4952b7e492e70482960f02917c7b89 Mon Sep 17 00:00:00 2001 From: paulcantrell Date: Wed, 26 Dec 2007 12:05:14 +0000 Subject: Remove an extra debug printf from the recent file hash code --- tecbuf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tecbuf.c b/tecbuf.c index 479937d..fb5e740 100644 --- a/tecbuf.c +++ b/tecbuf.c @@ -1,9 +1,9 @@ -char *tecbuf_c_version = "tecbuf.c: $Revision: 1.2 $"; +char *tecbuf_c_version = "tecbuf.c: $Revision: 1.3 $"; /* - * $Date: 2007/12/10 22:13:07 $ + * $Date: 2007/12/26 12:05:14 $ * $Source: /cvsroot/videoteco/videoteco/tecbuf.c,v $ - * $Revision: 1.2 $ + * $Revision: 1.3 $ * $Locker: $ */ @@ -87,7 +87,7 @@ unsigned int hash = stringHash( name ); continue; } - printf("hash match! %s %s\n",name,bp->name); +// printf("hash match! %s %s\n",name,bp->name); /* * This loop implements the equivalent of strcmp, except that in the * case of VMS, it is case insensitive. -- cgit v1.2.3