From 33da68f7e23b8f2d9b79fb24ee2767fa1e74dfa4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Nov 1994 12:34:50 +0000 Subject: [PATCH] made statbuf static, so that is is zero when not initialized --- util/arch/archiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/arch/archiver.c b/util/arch/archiver.c index 416130efa..f8b8ada02 100644 --- a/util/arch/archiver.c +++ b/util/arch/archiver.c @@ -240,7 +240,7 @@ char *argv[]; usage(); #ifdef DISTRIBUTION if (distr_fl) { - struct stat statbuf; + static struct stat statbuf; stat(progname, &statbuf); distr_time = statbuf.st_mtime; -- 2.34.1