made statbuf static, so that is is zero when not initialized

This commit is contained in:
ceriel 1994-11-14 12:34:50 +00:00
parent 0261e7a853
commit b8d8e1082d

View File

@ -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;