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:
@@ -37,6 +37,11 @@
|
||||
|
||||
ZIP_EXTERN int
|
||||
zip_source_commit_write(zip_source_t *src) {
|
||||
if (ZIP_SOURCE_IS_LAYERED(src)) {
|
||||
zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!ZIP_SOURCE_IS_OPEN_WRITING(src)) {
|
||||
zip_error_set(&src->error, ZIP_ER_INVAL, 0);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user