diff libzip/lib/zip_err_str.c @ 56:056ee6b5913e

libzip: update to 1.3.0, closes #654
author David Demelier <markand@malikania.fr>
date Tue, 10 Oct 2017 20:43:12 +0200
parents 2306f4b04790
children
line wrap: on
line diff
--- a/libzip/lib/zip_err_str.c	Fri Sep 22 14:07:40 2017 +0200
+++ b/libzip/lib/zip_err_str.c	Tue Oct 10 20:43:12 2017 +0200
@@ -31,12 +31,13 @@
     "Can't remove file",
     "Entry has been deleted",
     "Encryption method not supported",
-    "Read-only archive", 
+    "Read-only archive",
     "No password provided",
     "Wrong password provided",
     "Operation not supported",
     "Resource still in use",
     "Tell error",
+    "Compressed data invalid",    
 };
 
 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
@@ -71,10 +72,11 @@
     S,
     N,
     N,
-    N, 
+    N,
     N,
     N,
     N,
     N,
     S,
+    N,    
 };