From 67359ed0e74eb0d4d170e74c7da357a92ea914de Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 19 Jul 2005 18:34:42 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6679 --- checkin_notes | 6 ++++++ zip/boinc_zip.cpp | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index 7e23565512..32ac24617b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -9265,3 +9265,9 @@ Charlie 19 July 2005 mac_build/ boinc.pbproj/ project.pbxproj + +David 19 2005 + - bug fix in zip code (from Carl C.) + + zip/ + boinc_zip.cpp diff --git a/zip/boinc_zip.cpp b/zip/boinc_zip.cpp index 6223588646..1a68be2877 100644 --- a/zip/boinc_zip.cpp +++ b/zip/boinc_zip.cpp @@ -195,7 +195,6 @@ bool boinc_filelist(const std::string directory, std::string strFile; // at most three |'s may be passed in pattern match int iPos[3], iFnd, iCtr, i, lastPos; - struct stat statF; std::string strFullPath; char strPart[3][32]; std::string spattern = pattern; @@ -227,9 +226,9 @@ bool boinc_filelist(const std::string directory, // transform strDir to either all \\ or all / int j; - for (j=0; jpush_back(zfe); } }