aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-05 08:18:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-05 08:18:32 +0000
commitd849f61f424ac559cf9bd47d81ad4707c52027c5 (patch)
treed8d934fc8462e71f20a4c191bb2be0bda6645967
parenta7fa191985115c1ad627e93fdaea1dcbe16d3cd1 (diff)
downloadswis-d849f61f424ac559cf9bd47d81ad4707c52027c5.tar.gz
swis-d849f61f424ac559cf9bd47d81ad4707c52027c5.tar.bz2
Update
git-svn-id: file:///svnroot/swis/trunk@21 05ba3e8d-823b-0410-8fb2-de0ee4edb5ba
-rw-r--r--src/word-split.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/word-split.c b/src/word-split.c
index b57657c..05c73fe 100644
--- a/src/word-split.c
+++ b/src/word-split.c
@@ -200,6 +200,7 @@ skip_tag (void *data, FILE *fp, int c)
{
if (*pv && c == '>')
{
+ flush_stack ();
do
fputc (c, output);
while ((c = fgetc (fp)) != EOF && c != '\n');

Return to:

Send suggestions and report system problems to the System administrator.