(copy_stream): initialize `werr'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5353 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-13 16:19:33 +00:00
parent cb60e93e4d
commit 83168b064c

View File

@@ -553,7 +553,7 @@ copy_stream (FILE * from, FILE * to)
static char *buf;
int n;
int bytes = 0;
int werr;
int werr = 0;
int hashbytes = HASHBYTES;
struct stat st;