diff options
Diffstat (limited to 'libcontacts_parse_contact.c')
-rw-r--r-- | libcontacts_parse_contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts_parse_contact.c b/libcontacts_parse_contact.c index 1c2b336..3cfd54e 100644 --- a/libcontacts_parse_contact.c +++ b/libcontacts_parse_contact.c @@ -201,7 +201,7 @@ libcontacts_parse_contact(char *data, struct libcontacts_contact *contact) } while (0) char *p, *q, *test_tmp; - size_t i; + size_t i = 0; /* initialised to make compiler happy */ time_t t; void *temp; int state = 0; |