diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 15:54:56 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 15:54:56 +0000 |
commit | ce94b1c354101242da5f408b822c667f669e5abe (patch) | |
tree | 7a3a6e42202b320bd5ba0eec65a3079b5f9a1bff /updater/options.cpp | |
parent | 6eeecd465296d56cb91646706eed1cca38a28794 (diff) |
Updated MiniZip to version 1.1 That added support for Unicode files and more compression options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@505 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/options.cpp')
-rw-r--r-- | updater/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/options.cpp b/updater/options.cpp index 12b7fc0..a8b2f10 100644 --- a/updater/options.cpp +++ b/updater/options.cpp @@ -625,7 +625,6 @@ void LoadOptions() { }
DBFreeVariant(&dbv);
} else {
-
_tcscpy(options.zip_folder, mir_path);
_tcscat(options.zip_folder, _T("\\Updater"));
_tcscat(options.zip_folder, _T("\\Archives"));
|