summaryrefslogtreecommitdiff
path: root/src/modules/srfile/fileexistsdlg.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-14 18:27:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-14 18:27:05 +0000
commite53b020018a365cd23fcb897980da5f6a0075e16 (patch)
tree192e702ae3a436acb8db1515178a2590ee01ad77 /src/modules/srfile/fileexistsdlg.cpp
parentf981f964c82253757f8298f313eb1dedfdf06147 (diff)
10 bytes that shattered the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/srfile/fileexistsdlg.cpp')
-rw-r--r--src/modules/srfile/fileexistsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/srfile/fileexistsdlg.cpp b/src/modules/srfile/fileexistsdlg.cpp
index a6b5dfd3c2..5fd82cb76b 100644
--- a/src/modules/srfile/fileexistsdlg.cpp
+++ b/src/modules/srfile/fileexistsdlg.cpp
@@ -187,7 +187,7 @@ void __cdecl LoadIconsAndTypesThread(void* param)
if ( szIconFile[0]) {
int iconIndex;
HICON hIcon;
- TCHAR *pszComma = _tcsrchr(szIconFile, ', ');
+ TCHAR *pszComma = _tcsrchr(szIconFile, ',');
if ( pszComma == NULL )
iconIndex=0;
else {