Fixed: Zip file iteration bug

This commit is contained in:
Ray 2019-04-12 22:15:37 +01:00
parent 95856ad9c9
commit a7b11a7db1

View File

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