]> mj.ucw.cz Git - libucw.git/commitdiff
`buckettool -c' (cat) now separates buckets by an empty line.
authorMartin Mares <mj@ucw.cz>
Fri, 16 Jul 2004 19:08:23 +0000 (19:08 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 16 Jul 2004 19:08:23 +0000 (19:08 +0000)
lib/buckettool.c

index 212508bb176a0cd056ac1909dcd844741ad60ca3..76b8fc37c21f5586074490981ecee352eefbf23a 100644 (file)
@@ -254,6 +254,7 @@ cat(void)
       }
       else
        dump_parsed_bucket(out, &h, b);
+      bputc(out, '\n');
     }
   bclose(out);
   obuck_cleanup();