mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
increase max file limit to 32k
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define ZIP_MAX_FILES (16*1024)
|
||||
#define ZIP_MAX_FILES (32*1024)
|
||||
#define ZIP_MAX_FILENAME 1024
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user