diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c index 78b0b818..cca503e0 100644 --- a/src/mm-modem-helpers.c +++ b/src/mm-modem-helpers.c @@ -968,7 +968,7 @@ mm_parse_cind_response (const char *reply, GError **error) GHashTable *hash; GRegex *r; GMatchInfo *match_info; - gint idx = 0; + gint idx = 1; g_return_val_if_fail (reply != NULL, NULL);