Initialize 'sz' as 0.

This commit is contained in:
delphij 2009-02-21 03:42:31 +00:00
parent e4bc0b9b5b
commit a9845d8d05

View File

@ -1,4 +1,4 @@
/*
/*-
* Copyright (c) 2000 Sheldon Hearn <sheldonh@FreeBSD.org>.
* All rights reserved.
*
@ -58,7 +58,7 @@ main(int argc, char **argv)
char *fname, *rname;
fd = -1;
rsize = tsize = 0;
rsize = tsize = sz = 0;
error = 0;
rname = NULL;
while ((ch = getopt(argc, argv, "cr:s:")) != -1)