From: keie Date: Mon, 10 Jun 1985 12:41:51 +0000 (+0000) Subject: Using new magic number for 'aal' archives. X-Git-Tag: release-5-5~5445 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8749fb1da8d324ee5397ed1bf4a9d49ce9613b84;p=ack.git Using new magic number for 'aal' archives. --- diff --git a/util/led/scan.c b/util/led/scan.c index 5edccb753..facb4adf1 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -93,6 +93,8 @@ getfile(filename) modulname = filename; return PLAIN; case ARMAG: + warning("Using out-of-date archive %s",filename) ; + case AALMAG: archname = filename; if (passnumber == FIRST) { read_arhdr(&archive_header);