changeset 34 | 5fae379060a7 |
parent 31 | ce057bb09d0b |
child 45 | 4b03adbd26ca |
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary2.cpp Fri Jun 04 16:20:51 2010 +0100 +++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary2.cpp Fri Jun 11 15:26:22 2010 +0300 @@ -29,7 +29,7 @@ TBufC16<17> buf; TPtr16 myTptr = buf.Des(); wchar_t* temp = new wchar_t[30]; - retval = CharpToTptr16(mycharstring,temp, myTptr); + retval = CharpToTptr16(mycharstring, myTptr); int buf_len = myTptr.Length(); if (retval ==ESuccess &&\