mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2025-02-17 22:30:25 +00:00
handle type-less v1 library files
This commit is contained in:
parent
ebab9328f6
commit
c0b590a5f2
@ -447,6 +447,10 @@ if (version == 2) /* set the kind field */
|
|||||||
kind = kind2;
|
kind = kind2;
|
||||||
else
|
else
|
||||||
kind = kind1;
|
kind = kind1;
|
||||||
|
|
||||||
|
if (ftype == 0 && version == 1 && (kind & 0x001F) == 0x08)
|
||||||
|
ftype = LIBFL;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user