diff options
Diffstat (limited to 'CPP/7zip/Archive/Zip/ZipItem.cpp')
-rw-r--r-- | CPP/7zip/Archive/Zip/ZipItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Zip/ZipItem.cpp b/CPP/7zip/Archive/Zip/ZipItem.cpp index cffbb78..a77643b 100644 --- a/CPP/7zip/Archive/Zip/ZipItem.cpp +++ b/CPP/7zip/Archive/Zip/ZipItem.cpp | |||
@@ -45,7 +45,7 @@ static const CUInt32PCharPair g_ExtraTypes[] = | |||
45 | 45 | ||
46 | void CExtraSubBlock::PrintInfo(AString &s) const | 46 | void CExtraSubBlock::PrintInfo(AString &s) const |
47 | { | 47 | { |
48 | for (unsigned i = 0; i < ARRAY_SIZE(g_ExtraTypes); i++) | 48 | for (unsigned i = 0; i < Z7_ARRAY_SIZE(g_ExtraTypes); i++) |
49 | { | 49 | { |
50 | const CUInt32PCharPair &pair = g_ExtraTypes[i]; | 50 | const CUInt32PCharPair &pair = g_ExtraTypes[i]; |
51 | if (pair.Value == ID) | 51 | if (pair.Value == ID) |