core: +CIND indexes start at 1

This commit is contained in:
Dan Williams
2010-11-28 21:46:27 -06:00
parent 2dd59c3ddd
commit 6d37c9b471

View File

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