diff options
author | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-03-04 06:57:19 +0000 |
---|---|---|
committer | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-03-04 06:57:19 +0000 |
commit | dc73a4a864610c3f9d5a175d30f9a168e3dc88fd (patch) | |
tree | 008ad4881fffe56f3eede2930c3eb1bcc01df1f1 /include/libgsmd | |
parent | ca7a544737f7603285034039e3af25e135d5cfab (diff) |
gsmd: revert to r4158 (Erin Yueh)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4162 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include/libgsmd')
-rw-r--r-- | include/libgsmd/phonebook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libgsmd/phonebook.h b/include/libgsmd/phonebook.h index ef82583..fbc651e 100644 --- a/include/libgsmd/phonebook.h +++ b/include/libgsmd/phonebook.h @@ -35,7 +35,7 @@ struct lgsm_phonebook_readrg { /* Refer to GSM 07.07 subclause 8.14 */ /* FIXME: the nlength and tlength depend on SIM, use +CPBR=? to get */ #define LGSM_PB_NUMB_MAXLEN 44 -#define LGSM_PB_TEXT_MAXLEN (14*4) +#define LGSM_PB_TEXT_MAXLEN 14 struct lgsm_phonebook { int index; char numb[LGSM_PB_NUMB_MAXLEN+1]; |