Fixed: Zip file iteration bug

This commit is contained in:
Ray 2019-04-12 22:15:37 +01:00
parent 95856ad9c9
commit a7b11a7db1
1 changed files with 3 additions and 3 deletions

View File

@ -52,14 +52,14 @@ namespace HiImRay
break;
}
if (!readEntry.IsFile)
if (string.IsNullOrWhiteSpace(readEntry.Name))
{
break;
}
if (string.IsNullOrEmpty(readEntry.Name))
if (!readEntry.IsFile)
{
break;
continue;
}
// change document