commit 732d171383dbdc42a34b3a0e1c7f062791f7723b
parent 90fb851ec17058b03e400de70a464ca38e2569aa
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 11 Mar 2018 18:19:31 +0100
sfeed_plain: don't flush line (was used for tail -f)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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);
}
}