From 823e9e04ffcbd767f1ed3ab6ccc907ba86e23d25 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 9 Jul 2020 01:58:40 -0600 Subject: * No need to write twice the character after src="...". Make sure it only appears once. --- pith/filter.c | 2 +- pith/pine.hlp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pith/filter.c b/pith/filter.c index 8e7c92ee..13ee459e 100644 --- a/pith/filter.c +++ b/pith/filter.c @@ -9192,7 +9192,7 @@ gf_html_cid2file(FILTER_S *f, int cmd) } else f->n = 0; GF_PUTC(f->next, '\"'); - GF_PUTC(f->next, c); + /* no need to write "c" right now to the stream. It will be written below */ state = ASCII_ISSPACE(c) ? 1 : 0; RESET_FILTER(f); } diff --git a/pith/pine.hlp b/pith/pine.hlp index 903873c2..a8b8f807 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 488 2020-07-09 00:16:30 +Alpine Commit 489 2020-07-09 01:58:37 ============= h_news ================= -- cgit v1.2.3-54-g00ecf