summaryrefslogtreecommitdiff
path: root/pith/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/filter.c')
-rw-r--r--pith/filter.c2
1 files changed, 1 insertions, 1 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);
}