diff -r acd3cd4aaceb -r 2efc27d87e1c lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp --- a/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -60,8 +60,7 @@ CStringPoolNode* theProblem = reinterpret_cast( iCIHashTable[i]->At(j).iVal & KTokenToNode); - if(theProblem->iDes) - __LOG(theProblem->iDes->Des()); + __LOG(theProblem->iDes->Des()); } } } @@ -81,8 +80,7 @@ CStringPoolNode* theProblem = reinterpret_cast( iCSHashTable[i]->At(j).iVal & KTokenToNode); - if(theProblem->iDes) - __LOG(theProblem->iDes->Des()); + __LOG(theProblem->iDes->Des()); } } }