mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +08:00
(ArcFile.TryOpen): some tweaks.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user