projects
/
project
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc1dfed
)
Fix encoding phone number on sending sms
author
Sławomir Demeszko
<s.demeszko@wireless-instruments.com>
Thu, 18 Dec 2014 15:12:15 +0000
(16:12 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Dec 2014 20:44:14 +0000
(21:44 +0100)
Return proper length of encoded phone number with odd count of digits,
without this patch number is encoded in memory but length returned
by function is not incremented and sms cannot be send.
Signed-off-by: Sławomir Demeszko <s.demeszko@wireless-instruments.com>
commands-wms.c
patch
|
blob
|
history
diff --git
a/commands-wms.c
b/commands-wms.c
index
345b812
..
e3bcbc8
100644
(file)
--- a/
commands-wms.c
+++ b/
commands-wms.c
@@
-512,7
+512,7
@@
pdu_encode_semioctet(unsigned char *dest, const char *str)
str++;
}
- return l
en
;
+ return l
ower ? len : (len + 1)
;
}
static int