From bdd453e4b95cbbd38f522ae397ee366c5b734705 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 4 Mar 2008 20:55:24 +0000 Subject: [PATCH] zipunzip.cpp: partly revert r23447 to be able to compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23462 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/minizip/zipunzip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/minizip/zipunzip.cpp b/src/support/minizip/zipunzip.cpp index 4ad9dfda3c..0cbc71299e 100644 --- a/src/support/minizip/zipunzip.cpp +++ b/src/support/minizip/zipunzip.cpp @@ -272,7 +272,7 @@ bool zipFiles(string const & zipfile, vector > const & file filename : the filename of the file where date/time must be modified dosdate : the new date at the MSDos format (4 bytes) tmu_date : the SAME new date at the tm_unz format */ -void change_file_date(const char * filename, uLong /* dosdate */, tm_unz tmu_date) +void change_file_date(const char * filename, uLong dosdate, tm_unz tmu_date) { #ifdef WIN32 HANDLE hFile; -- 2.39.2