diff -r aa5a574040a4 -r a3cc46f37772 clfwrapper/ClientSrc/CCLFQueryAdapter.cpp --- a/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -255,8 +255,8 @@ } aStatus = KRequestPending; - iStatusArray.Append( &aStatus ); - iQueryArray.Append( aQuery ); + iStatusArray.AppendL( &aStatus ); + iQueryArray.AppendL( aQuery ); // Check that we can actually execute the query. We can if we have at least one query condition. if ( rootCondition.Count() > 0 )