summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-09 01:58:40 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-09 01:58:40 -0600
commit823e9e04ffcbd767f1ed3ab6ccc907ba86e23d25 (patch)
treec74c8abdfdc91327736760a882d8de6ee3fcb556
parent0f89ad88df81df9d2ca7eafa276fecf8206fb598 (diff)
downloadalpine-823e9e04ffcbd767f1ed3ab6ccc907ba86e23d25.tar.xz
* No need to write twice the character after src="...". Make sure it only appears once.
-rw-r--r--pith/filter.c2
-rw-r--r--pith/pine.hlp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pith/filter.c b/pith/filter.c
index 8e7c92e..13ee459 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 903873c..a8b8f80 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>