diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:19:31 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:19:31 +0100 |
commit | 732d171383dbdc42a34b3a0e1c7f062791f7723b (patch) | |
tree | 7743d8c38e77bcb43e089e29436476f438c3e25b | |
parent | 90fb851ec17058b03e400de70a464ca38e2569aa (diff) |
sfeed_plain: don't flush line (was used for tail -f)
-rw-r--r-- | sfeed_plain.c | 1 |
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); } } |