omaprovisioning/pnputil/src/PnpProvUtil.cpp
changeset 72 8ee66fcd0a7c
parent 22 19fb38abab1d
equal deleted inserted replaced
68:415c00f1675d 72:8ee66fcd0a7c
   348 
   348 
   349         TPtrC aPtr = aLex.MarkedToken(); 
   349         TPtrC aPtr = aLex.MarkedToken(); 
   350 
   350 
   351 
   351 
   352         HBufC *buf18 = aPtr.AllocL();
   352         HBufC *buf18 = aPtr.AllocL();
   353         array.Append(buf18); 
   353         array.AppendL(buf18); 
   354 
   354 
   355         if(aLex.Peek()=='\x00') // end of string
   355         if(aLex.Peek()=='\x00') // end of string
   356             break; 
   356             break; 
   357 
   357 
   358         aLex.Inc();
   358         aLex.Inc();