- replaced another large batch of homegrown type use.
This commit is contained in:
parent
6c6bab73ad
commit
6dee9ff566
57 changed files with 656 additions and 656 deletions
|
|
@ -262,7 +262,7 @@ bool F7ZFile::Open(bool quiet)
|
|||
TArray<UInt16> nameUTF16;
|
||||
TArray<char> nameASCII;
|
||||
|
||||
for (DWORD i = 0; i < NumLumps; ++i)
|
||||
for (uint32_t i = 0; i < NumLumps; ++i)
|
||||
{
|
||||
// skip Directories
|
||||
if (SzArEx_IsDir(archPtr, i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue