gsm: fix setting PDU mode for SMS messages

Stupid signed/unsigned mistake.
This commit is contained in:
Dan Williams
2012-02-01 10:45:47 -06:00
parent 70978d58a0
commit d84214184c

View File

@@ -1829,7 +1829,7 @@ sms_get_format_cb (MMAtSerialPort *port,
GRegex *r;
GMatchInfo *match_info;
char *s;
guint32 min = -1, max = -1;
int min = -1, max = -1;
if (error) {
mm_warn ("(%s): failed to query SMS mode, assuming text mode",