From c0341d39216e6fb6e5f379a4e0c49b691416dbce Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 15 Nov 2012 07:55:06 -0800 Subject: [PATCH] Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0) --- zip/test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zip/test.cpp b/zip/test.cpp index f58e6570d0..4d7e6148bd 100644 --- a/zip/test.cpp +++ b/zip/test.cpp @@ -16,7 +16,6 @@ int main() // replace with the path/file wildcard of your choice std::string home = std::string("C:/Documents and Settings/All Users/Documents"); std::string result_dir = home + std::string("/testresult"); -// CreateDirectoryA(result_dir.c_str(), NULL); CreateDirectoryA(result_dir.c_str(), NULL); std::string zipfile = result_dir + std::string("/test.zip"); std::string source_dir = home + std::string("/Testfiles");