diff options
Diffstat (limited to 'pith')
-rw-r--r-- | pith/ical.c | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/pith/pine.hlp b/pith/pine.hlp index 527a0e89..9af9db94 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 425 2020-05-11 23:22:23 +Alpine Commit 426 2020-05-13 00:30:15 ============= h_news ================= <HTML> <HEAD> |