diff options
-rw-r--r-- | pith/filter.c | 2 | ||||
-rw-r--r-- | 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 ================= <HTML> <HEAD> |