Both aal and arch can read each others archives
This commit is contained in:
parent
1e32111a32
commit
2a27456795
@ -161,7 +161,7 @@ register int mode;
|
||||
}
|
||||
lseek(fd, 0L, 0);
|
||||
magic = rd_unsigned2(fd);
|
||||
if (magic != MAGIC_NUMBER)
|
||||
if (magic != AALMAG && magic != ARMAG)
|
||||
error(TRUE, "%s is not in ar format\n", name);
|
||||
|
||||
return fd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user