summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rtv4d-dl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtv4d-dl.c b/rtv4d-dl.c
index 6dbb618..7e1e5d2 100644
--- a/rtv4d-dl.c
+++ b/rtv4d-dl.c
@@ -910,6 +910,7 @@ int main (int argc, char ** argv) {
i = z->prvi;
fprintf(stdout, "številka prvega kosa (z->prvi) je po novem %u\n",
i);
+ fflush(stdout);
}
sleep(9);
}