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. */