summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpine/smime.c3
-rw-r--r--pith/pine.hlp2
2 files changed, 2 insertions, 3 deletions
diff --git a/alpine/smime.c b/alpine/smime.c
index 8949487e..7420ad60 100644
--- a/alpine/smime.c
+++ b/alpine/smime.c
@@ -1331,8 +1331,7 @@ smime_setup_size(char **s, size_t buflen, size_t n)
*t++ = ' ';
*t++ = '%';
*t++ = '-';
- snprintf(t+strlen(t), buflen-3, "%zu.%zu", n, n);
- t[strlen(t)-1] = '\0';
+ snprintf(t, buflen-3, "%zu.%zu", n, n);
t += strlen(t);
*t++ = 's';
*t++ = ' ';
diff --git a/pith/pine.hlp b/pith/pine.hlp
index f7756759..4bfd173b 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 86 2015-07-30 22:35:13
+Alpine Commit 87 2015-08-04 00:44:43
============= h_news =================
<HTML>
<HEAD>