From 967fe97690f08a92cba41582514617b90c809148 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 10 Jun 1985 12:41:51 +0000 Subject: [PATCH] Using new magic number for 'aal' archives. --- util/led/scan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/led/scan.c b/util/led/scan.c index 5edccb75..facb4adf 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);