gsm: fix setting PDU mode for SMS messages
Stupid signed/unsigned mistake.
This commit is contained in:
@@ -1829,7 +1829,7 @@ sms_get_format_cb (MMAtSerialPort *port,
|
|||||||
GRegex *r;
|
GRegex *r;
|
||||||
GMatchInfo *match_info;
|
GMatchInfo *match_info;
|
||||||
char *s;
|
char *s;
|
||||||
guint32 min = -1, max = -1;
|
int min = -1, max = -1;
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
mm_warn ("(%s): failed to query SMS mode, assuming text mode",
|
mm_warn ("(%s): failed to query SMS mode, assuming text mode",
|
||||||
|
Reference in New Issue
Block a user