mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -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:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include "../Common/RegisterArc.h"
|
#include "../Common/RegisterArc.h"
|
||||||
|
|
||||||
static const unsigned kNumArcsMax = 64;
|
static const unsigned kNumArcsMax = 72;
|
||||||
static unsigned g_NumArcs = 0;
|
static unsigned g_NumArcs = 0;
|
||||||
static unsigned g_DefaultArcIndex = 0;
|
static unsigned g_DefaultArcIndex = 0;
|
||||||
static const CArcInfo *g_Arcs[kNumArcsMax];
|
static const CArcInfo *g_Arcs[kNumArcsMax];
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ static bool ReadPathFromRegistry(HKEY baseKey, LPCWSTR value, FString &path)
|
|||||||
#endif // EXTERNAL_CODECS
|
#endif // EXTERNAL_CODECS
|
||||||
|
|
||||||
|
|
||||||
static const unsigned kNumArcsMax = 64;
|
static const unsigned kNumArcsMax = 72;
|
||||||
static unsigned g_NumArcs = 0;
|
static unsigned g_NumArcs = 0;
|
||||||
static const CArcInfo *g_Arcs[kNumArcsMax];
|
static const CArcInfo *g_Arcs[kNumArcsMax];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user