diff options
author | paulcantrell <paulcantrell> | 2007-12-26 12:05:14 +0000 |
---|---|---|
committer | paulcantrell <paulcantrell> | 2007-12-26 12:05:14 +0000 |
commit | 5cbea0d03b4952b7e492e70482960f02917c7b89 (patch) | |
tree | 8d2d616767959960a1c64e6334a6f2d0eba34c41 | |
parent | b76f1df68a93a7bd5324172b7d16de9dd29a4a50 (diff) | |
download | videoteco-fork-5cbea0d03b4952b7e492e70482960f02917c7b89.tar.gz |
Remove an extra debug printf from the recent file hash code
-rw-r--r-- | tecbuf.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |