mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
increase max file count to 16k
This commit is contained in:
@@ -368,10 +368,6 @@ int main(int argc, char* argv[])
|
||||
else if (flags <= 3 || (flags >= 14 && flags <= 17) ||
|
||||
flags == 19 || flags == 21 || flags == 22)
|
||||
{
|
||||
if (memcmp("sce_pfs/pflist", name, name_size) == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (dlc)
|
||||
{
|
||||
if (strncmp("sce_sys/package/", name, 16) == 0)
|
||||
|
||||
Reference in New Issue
Block a user