From e53b020018a365cd23fcb897980da5f6a0075e16 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Jun 2012 18:27:05 +0000 Subject: 10 bytes that shattered the core git-svn-id: http://svn.miranda-ng.org/main/trunk@415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/srfile/fileexistsdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/srfile/fileexistsdlg.cpp') 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 { -- cgit v1.2.3