Add a comment
This commit is contained in:
parent
6ed64bf3e3
commit
a7fce93602
|
@ -61,6 +61,7 @@ char * hayespdu_encode(char const * number, ModemMessageEncoding encoding,
|
||||||
return NULL;
|
return NULL;
|
||||||
content = p;
|
content = p;
|
||||||
length = strlen(content);
|
length = strlen(content);
|
||||||
|
/* fallback */
|
||||||
case MODEM_MESSAGE_ENCODING_ASCII:
|
case MODEM_MESSAGE_ENCODING_ASCII:
|
||||||
dcs[1] = '0';
|
dcs[1] = '0';
|
||||||
data = _encode_text_to_sept(content, length);
|
data = _encode_text_to_sept(content, length);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user