genericopenlibs/openenvcore/libc/src/localeinfo.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/genericopenlibs/openenvcore/libc/src/localeinfo.cpp	Fri Apr 16 16:46:38 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/src/localeinfo.cpp	Mon May 03 14:06:43 2010 +0300
@@ -1676,7 +1676,7 @@
     locale.GetLocaleDllName(aspect,Kdname);
 #ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
     // check if the new  dlls is present then load it or go for old dll
-    if( Kdname.Find(_L("elocl.")) == KErrNotFound ) 
+    if( Kdname.FindC(_L("elocl.")) == KErrNotFound ) 
         {
         iOldDllPresent = 0;
         locale.GetLocaleDllName(ELocaleTimeDateSettings,reg_dllname);