From: Uwe Stöhr Date: Tue, 4 Mar 2008 20:55:24 +0000 (+0000) Subject: zipunzip.cpp: partly revert r23447 to be able to compile X-Git-Tag: 1.6.10~5881 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bdd453e4b95cbbd38f522ae397ee366c5b734705;p=lyx.git 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 --- 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;