Hi,
Null text string object is text string with len = 0 whereas empty text
string is text string with len = 1 but no value for text string.
Handling procedure remains the same for both cases. Following patch
adds the null text string case as well to the phonesim.
Regards,
Jeevaka
Jeevaka Badrappan (1):
phonesim: add null text string case
src/qsimcommand.cpp | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)