diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-14 18:27:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-14 18:27:05 +0000 |
commit | e53b020018a365cd23fcb897980da5f6a0075e16 (patch) | |
tree | 192e702ae3a436acb8db1515178a2590ee01ad77 /src/modules/srfile/fileexistsdlg.cpp | |
parent | f981f964c82253757f8298f313eb1dedfdf06147 (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.cpp | 2 |
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 {
|