Add a comment

This commit is contained in:
Pierre Pronchery 2015-12-30 17:40:49 +01:00
parent 6ed64bf3e3
commit a7fce93602

View File

@ -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);