diff options
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"));
|