From c4a86e70debfbcc7c93bc02c8845b688f2e4a066 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 25 Jul 1997 13:57:17 +0000 Subject: [PATCH] Get rid of warning CVS patchset: 1774 CVS date: 1997/07/25 13:57:17 --- lib/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpio.c b/lib/cpio.c index 2e1bea7..81135c5 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -639,7 +639,7 @@ static int writeFile(int fd, struct stat sb, struct cpioFileMapping * map, char buf[8192], symbuf[2048]; dev_t num; int datafd; - size_t size, amount; + size_t size, amount = 0; int rc, olderrno; if (!(map->mapFlags & CPIO_MAP_PATH)) -- 2.7.4