From 13a338429fb903374dab8aeecdf09383b0aab5ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Thu, 12 Feb 2015 18:39:32 +0100 Subject: [PATCH] =?utf8?q?Buforujmy=20wyj=C5=9Bcie=20ca=C5=82kowicie?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- choinka.c | 1 + 1 file changed, 1 insertion(+) diff --git a/choinka.c b/choinka.c index 7f64945..4865cff 100644 --- a/choinka.c +++ b/choinka.c @@ -83,6 +83,7 @@ static void ustaw(atrybut const* attr) int main() { + setvbuf(stdout, NULL, _IOFBF, BUFSIZ); inicjuj_rng(); setupterm(NULL, 1, NULL); atrybut const* kolor = &choinka; -- 2.43.2