diff options
Diffstat (limited to 'pith/ical.c')
-rw-r--r-- | pith/ical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/ical.c b/pith/ical.c index e2f482fa..332ed5d4 100644 --- a/pith/ical.c +++ b/pith/ical.c @@ -1763,7 +1763,7 @@ ical_free_duration(ICAL_DURATION_S **ic_d) int ical_parse_duration(char *value, ICAL_DURATION_S *ic_d) { - int i, j, rv = 0; + int i, j = 0, rv = 0; if(value == NULL || ic_d == NULL) return -1; |