mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 15:49:00 +08:00
check whether "tex" is a directory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user