diff options
author | pixel <pixel> | 2006-02-02 14:09:48 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-02-02 14:09:48 +0000 |
commit | 08b9df0614f05c24aaaa08aac339a2eb13a9ee85 (patch) | |
tree | fd503593c230bc6dd3130eeb8f200821bcb9e1eb /lib/Handle.cc | |
parent | e236671cbac9ec8d84f9833bf462d58e7e176658 (diff) |
Removing a lot of warnings, as well as a bunch of terrible bugs!
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 4722e94..b61e063 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Handle.cc,v 1.76 2006-01-31 17:02:39 pixel Exp $ */ +/* $Id: Handle.cc,v 1.77 2006-02-02 14:09:48 pixel Exp $ */ #include <stdio.h> #include <string.h> @@ -545,7 +545,6 @@ void copyone(Handle * s, Handle * d, ssize_t size) { #define BSIZE 20480 void copy(Handle * s, Handle * d, ssize_t size) { - long i; static unsigned char b[BSIZE]; long r; |