]> git.lyx.org Git - lyx.git/commitdiff
zipunzip.cpp: partly revert r23447 to be able to compile
authorUwe Stöhr <uwestoehr@web.de>
Tue, 4 Mar 2008 20:55:24 +0000 (20:55 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 4 Mar 2008 20:55:24 +0000 (20:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23462 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/minizip/zipunzip.cpp

index 4ad9dfda3ca604fe271aae196e2f994767c9d46c..0cbc71299ef1d415280219fc0ff2d9a0f88f925a 100644 (file)
@@ -272,7 +272,7 @@ bool zipFiles(string const & zipfile, vector<pair<string, string> > 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;