Go to next argument correctly.

This commit is contained in:
Nathan Moinvaziri 2018-11-04 10:23:50 -08:00
parent cdef32b909
commit cb5798a6b9

View File

@ -628,10 +628,10 @@ int main(int argc, const char *argv[])
{
#ifndef MZ_ZIP_NO_ENCRYPTION
password = argv[i + 1];
i += 1;
#else
err = MZ_SUPPORT_ERROR;
#endif
i += 1;
}
}
else if (path_arg == 0)