Hi Tommi,
On 02/13/2015 09:50 AM, Tommi Kenakkala wrote:
TP-OA max length comparisons were incorrect because TP-OA's
7-bit
coded octets transport eleven 8-bit chars which take 23 bytes in UTF-8.
Increase address array accordingly and don't compare byte length to
character limit, but to a proper limit.
---
src/smsutil.c | 12 +++++++++---
src/smsutil.h | 6 +++++-
2 files changed, 14 insertions(+), 4 deletions(-)
Applied after tweaking the commit description.
Thanks,
-Denis