(ArcFile.TryOpen): some tweaks.

This commit is contained in:
morkt
2016-08-13 23:52:59 +04:00
parent b3d74fb17c
commit 0a606433f4
2 changed files with 11 additions and 5 deletions

View File

@@ -550,7 +550,7 @@ namespace GameRes
return;
}
Flush();
var arc = ArcFile.TryOpen (entry.Name);
var arc = ArcFile.TryOpen (entry);
if (null == arc)
{
if (FormatCatalog.Instance.LastError is OperationCanceledException)