summaryrefslogtreecommitdiff
path: root/pith
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-05-13 00:30:17 -0600
committerEduardo Chappa <chappa@washington.edu>2020-05-13 00:30:17 -0600
commit1a2261b89b700ae5d73bb82a7b581d7d30012f90 (patch)
tree51ced868d34a26b3cca6327c146e47d1361b8154 /pith
parent094812e001c4e78ecc9ff69be6f6e4fe0448c3fd (diff)
downloadalpine-1a2261b89b700ae5d73bb82a7b581d7d30012f90.tar.xz
* Clear a few compilations warnings, produced by gcc.
Diffstat (limited to 'pith')
-rw-r--r--pith/ical.c2
-rw-r--r--pith/pine.hlp2
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>