From 77b0ee42f97d9f3f42d09e40ad79ddccac300974 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sat, 13 Nov 2010 07:19:40 +0000 Subject: Fixes for update issues git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@560 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/scan.cpp') diff --git a/updater/scan.cpp b/updater/scan.cpp index 21e9311..8b43d8a 100644 --- a/updater/scan.cpp +++ b/updater/scan.cpp @@ -284,7 +284,7 @@ bool RearrangeDllsWorker(char *shortName, StrList &filenames, TCHAR *basedir) // disable any new plugins (i.e. not installed before) that somehome got into the // dowloaded archives (e.g. loadavatars comes with loadavatarsw - installing both is not good!) - char *temp_str = mir_t2a(fileName); + char *temp_str = _strlwr(mir_t2a(fileName)); disabled_val = DBGetContactSettingByte(0, "PluginDisable", temp_str, 255); if (disabled_val == 255) { // assume this means setting not in db (should be 1 or 0) DBWriteContactSettingByte(0, "PluginDisable", temp_str, 1); -- cgit v1.2.3