summaryrefslogtreecommitdiff
path: root/sfeed_plain.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:19:31 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:19:31 +0100
commit732d171383dbdc42a34b3a0e1c7f062791f7723b (patch)
tree7743d8c38e77bcb43e089e29436476f438c3e25b /sfeed_plain.c
parent90fb851ec17058b03e400de70a464ca38e2569aa (diff)
sfeed_plain: don't flush line (was used for tail -f)
Diffstat (limited to 'sfeed_plain.c')
-rw-r--r--sfeed_plain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed_plain.c b/sfeed_plain.c
index 4c69572..142475c 100644
--- a/sfeed_plain.c
+++ b/sfeed_plain.c
@@ -49,7 +49,6 @@ printfeed(FILE *fp, const char *feedname)
tm->tm_hour, tm->tm_min);
printutf8pad(stdout, fields[FieldTitle], 70, ' ');
printf(" %s\n", fields[FieldLink]);
- fflush(stdout);
}
}