From e828732528e0ed88973dd18f2dee97a42c0b4e59 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 16 Jul 2004 19:08:23 +0000 Subject: [PATCH] `buckettool -c' (cat) now separates buckets by an empty line. --- lib/buckettool.c | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.5