mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
amend to #351: fixes register of zip archive (after adding of brotli codec, zip type gets missing because exceeded kNumArcsMax in registering structure g_Arcs)
This commit is contained in:
@@ -122,7 +122,7 @@ static bool ReadPathFromRegistry(HKEY baseKey, LPCWSTR value, FString &path)
|
||||
#endif // EXTERNAL_CODECS
|
||||
|
||||
|
||||
static const unsigned kNumArcsMax = 64;
|
||||
static const unsigned kNumArcsMax = 72;
|
||||
static unsigned g_NumArcs = 0;
|
||||
static const CArcInfo *g_Arcs[kNumArcsMax];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user