]> andersk Git - moira.git/commitdiff
line buffer the output
authormar <mar>
Wed, 24 Jun 1992 16:38:39 +0000 (16:38 +0000)
committermar <mar>
Wed, 24 Jun 1992 16:38:39 +0000 (16:38 +0000)
dbck/dbck.qc

index b56b0ebf7c0258492cc1c5b033449cc20c7f437e..5595702aa521627a777270b88c12e21a99f6d1f5 100644 (file)
@@ -88,6 +88,8 @@ char **argv;
     if (debug)
       printf("Debug level is %d\n", debug);
 
+    setlinebuf(stdout);
+
     signal(SIGHUP, interrupt);
     signal(SIGQUIT, interrupt);
     signal(SIGINT, interrupt);
This page took 0.048269 seconds and 5 git commands to generate.