From 6446b87105b0bd55e3842b0625b21b451769f8c1 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 21 Dec 2016 19:01:28 -0700 Subject: * small addition for new SMARTTIME24 token. --- pith/mailindx.c | 5 +---- pith/pine.hlp | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'pith') diff --git a/pith/mailindx.c b/pith/mailindx.c index efa6854d..c085018f 100644 --- a/pith/mailindx.c +++ b/pith/mailindx.c @@ -4993,11 +4993,8 @@ date_str(char *datesrc, IndexColType type, int v, char *str, size_t str_len, ? month_abbrev_locale(d.month) : "???", sizeof(monabb)); monabb[sizeof(monabb)-1] = '\0'; - if(d.day >= 1 && d.day <= 31){ + if(d.day >= 1 && d.day <= 31) snprintf(dayzero, sizeof(dayzero), "%*d", 2, d.day); -// if(d.day < 10) -// dayzero[0] = ' '; - } else{ strncpy(dayzero, "??", sizeof(dayzero)); dayzero[sizeof(dayzero)-1] = '\0'; diff --git a/pith/pine.hlp b/pith/pine.hlp index e6b66081..97f2f79e 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 197 2016-12-20 21:55:31 +Alpine Commit 198 2016-12-21 19:01:21 ============= h_news ================= -- cgit v1.2.3-70-g09d2