mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Libzip (#1152)
* Update LZMA to latest * Update Libzip Libzip updated to latest.
This commit is contained in:
@@ -132,7 +132,12 @@ zip_error_set(zip_error_t *err, int ze, int se) {
|
||||
|
||||
|
||||
void
|
||||
_zip_error_set_from_source(zip_error_t *err, zip_source_t *src) {
|
||||
zip_error_set_from_source(zip_error_t *err, zip_source_t *src) {
|
||||
if (src == NULL) {
|
||||
zip_error_set(err, ZIP_ER_INVAL, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
_zip_error_copy(err, zip_source_error(src));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user