diff -r a1e347446159 -r 28ccaba883f4 utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative1.cpp --- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative1.cpp Fri Sep 17 19:25:42 2010 +0530 +++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative1.cpp Wed Oct 13 19:39:18 2010 +0530 @@ -28,7 +28,7 @@ TBufC16<10> buf; TPtr16 myTptr = buf.Des(); wchar_t* temp = new wchar_t[30]; - retval = CharpToTptr16(mycharstring,temp,myTptr); + retval = CharpToTptr16(mycharstring, myTptr); if (retval == EInsufficientMemory) {