mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-10-31 23:05:20 +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;
|
||||
else
|
||||
kind = kind1;
|
||||
|
||||
if (ftype == 0 && version == 1 && (kind & 0x001F) == 0x08)
|
||||
ftype = LIBFL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user