mirror of
https://github.com/QuasarApp/zip.git
synced 2025-05-02 15:19:34 +00:00
Add switch case for MZ_ZIP_TOTAL_ERRORS (#237)
This commit is contained in:
parent
a597bdf814
commit
88e4788137
@ -10016,6 +10016,8 @@ const char *mz_zip_get_error_string(mz_zip_error mz_err) {
|
||||
return "validation failed";
|
||||
case MZ_ZIP_WRITE_CALLBACK_FAILED:
|
||||
return "write calledback failed";
|
||||
case MZ_ZIP_TOTAL_ERRORS:
|
||||
return "total errors";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user