From 53123da4f06603657573b6f5844cae22f6ac852d Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Fri, 5 Nov 2010 20:56:23 +0300 Subject: [PATCH] Maximum SMS length is 160 symbols in default alphabet. --- public-trunk/smqueue/smqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-trunk/smqueue/smqueue.h b/public-trunk/smqueue/smqueue.h index 5d3166b..2f024f6 100644 --- a/public-trunk/smqueue/smqueue.h +++ b/public-trunk/smqueue/smqueue.h @@ -46,7 +46,7 @@ using namespace SMS; namespace SMqueue { /* Maximum text size of an SMS message. */ -#define SMS_MESSAGE_MAX_LENGTH 140 +#define SMS_MESSAGE_MAX_LENGTH 160 /* std::abort isn't always there. Neither is the C library version. Idiots? You tell me. */