mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
check whether "tex" is a directory.
This commit is contained in:
parent
9be57a39ed
commit
67b24e5823
@ -59,6 +59,8 @@ namespace GameRes.Formats.Malie
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
{
|
||||
var tex = VFS.FindFile ("tex");
|
||||
if (!(tex is SubDirEntry))
|
||||
return null;
|
||||
using (var reader = new StreamReader (stream, Encoding.UTF8, false, 2048, true))
|
||||
{
|
||||
reader.ReadLine(); // skip signature
|
||||
|
Loading…
Reference in New Issue
Block a user