Too many changes and fixes to mention them all here

This commit is contained in:
ceriel
1990-10-11 08:42:07 +00:00
parent 7f8a099a15
commit 3672f835fe
23 changed files with 942 additions and 426 deletions

View File

@@ -38,11 +38,11 @@ DbxRead(f)
/* Open file, read header, and check magic word */
if (! rd_open(f)) {
fatal("%s: not an ACK object file", f);
fatal("%s: could not open", f);
}
rd_ohead(&h);
if (BADMAGIC(h) && h.oh_magic != O_CONVERTED) {
fatal("%s: not an ACK object file", f);
fatal("%s: not an object file", f);
}
/* Allocate space for name table and read it */