summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-02 12:55:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-02 19:03:04 -0500
commitd717908c699e991e48bcf5aa04d15b79189fd28a (patch)
treeb742194b4178e5f83deaa150fe15d379ece8b763 /src/smsutil.h
parent5ec2e69dafb541952366ce528f58b029b96e3f71 (diff)
downloadofono-d717908c699e991e48bcf5aa04d15b79189fd28a.tar.bz2
Don't hardcode
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index 41c5166a..f04434d6 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -19,7 +19,7 @@
*
*/
-#define CBS_PAYLOAD_CHARACTERS 93
+#define CBS_MAX_GSM_CHARS 93
enum sms_type {
SMS_TYPE_DELIVER = 0,