diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-04-26 00:10:55 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-04-26 00:20:19 +0200 |
commit | d081d6143e86bd350bd62dc6811629346746ac52 (patch) | |
tree | 24559cfc688a694d1fb085b000228118eb845f32 /src/Common/libzip/zip_add_entry.c | |
parent | 9270952b3dd956ba2f6b2e444768354bee3ae5e2 (diff) | |
download | VeraCrypt-d081d6143e86bd350bd62dc6811629346746ac52.tar.gz VeraCrypt-d081d6143e86bd350bd62dc6811629346746ac52.zip |
Windows: update libzip to version 1.2.0
Diffstat (limited to 'src/Common/libzip/zip_add_entry.c')
-rw-r--r-- | src/Common/libzip/zip_add_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/libzip/zip_add_entry.c b/src/Common/libzip/zip_add_entry.c index 9a9465c5..f6212f15 100644 --- a/src/Common/libzip/zip_add_entry.c +++ b/src/Common/libzip/zip_add_entry.c @@ -1,6 +1,6 @@ /* zip_add_entry.c -- create and init struct zip_entry - Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2016 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> |