diff options
-rw-r--r-- | rtv4d-dl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |