diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
commit | fd215b11baee74952e38d31cc5fce3cc27b1c9fb (patch) | |
tree | 6a99c38223a0662cf6dc662154ef504f8f1e665a /updater/options.cpp | |
parent | 7ff77e14ede656afce89019bc169014312fcad72 (diff) |
Cosmetic changes and version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@507 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 a8b2f10..d739831 100644 --- a/updater/options.cpp +++ b/updater/options.cpp @@ -610,7 +610,6 @@ void LoadOptions() { }
DBFreeVariant(&dbv);
} else {
-
_tcscpy(options.data_folder, mir_path);
_tcscat(options.data_folder, _T("\\Updater"));
_tcscat(options.data_folder, _T("\\Data"));
|