From: Martin Mares Date: Fri, 16 Jul 2004 19:08:23 +0000 (+0000) Subject: `buckettool -c' (cat) now separates buckets by an empty line. X-Git-Tag: holmes-import~935 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e828732528e0ed88973dd18f2dee97a42c0b4e59;p=libucw.git `buckettool -c' (cat) now separates buckets by an empty line. --- diff --git a/lib/buckettool.c b/lib/buckettool.c index 212508bb..76b8fc37 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -254,6 +254,7 @@ cat(void) } else dump_parsed_bucket(out, &h, b); + bputc(out, '\n'); } bclose(out); obuck_cleanup();