aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaulcantrell <paulcantrell>2007-12-26 12:05:14 +0000
committerpaulcantrell <paulcantrell>2007-12-26 12:05:14 +0000
commit5cbea0d03b4952b7e492e70482960f02917c7b89 (patch)
tree8d2d616767959960a1c64e6334a6f2d0eba34c41
parentb76f1df68a93a7bd5324172b7d16de9dd29a4a50 (diff)
downloadvideoteco-fork-5cbea0d03b4952b7e492e70482960f02917c7b89.tar.gz
Remove an extra debug printf from the recent file hash code
-rw-r--r--tecbuf.c8
1 files 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.