| This file was generated automatically by ./make_zip_err_str.sh |
| from ./zip.h; make changes there. |
| const char * const _zip_err_str[] = { |
| "Multi-disk zip archives not supported", |
| "Renaming temporary file failed", |
| "Closing zip archive failed", |
| "Containing zip archive was closed", |
| "Failure to create temporary file", |
| "Entry has been changed", |
| "Compression method not supported", |
| "Zip archive inconsistent", |
| "Entry has been deleted", |
| "Encryption method not supported", |
| "Wrong password provided", |
| "Operation not supported", |
| "Compressed data invalid", |
| const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); |
| const int _zip_err_type[] = { |