memzap

replay memory writes
git clone git://git.2f30.org/memzap
Log | Files | Refs | README | LICENSE

commit f53e7695c0fa25a293ea94e2add2a8a39b5bfe27
parent c3124088a3f91ad4602f8fb2f6fea710b497e853
Author: sin <sin@2f30.org>
Date:   Mon,  4 Mar 2013 15:25:45 +0000

mdiffdump: Add a newline between the header and the sections

Diffstat:
Mmdiffdump.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mdiffdump.c b/mdiffdump.c @@ -28,7 +28,7 @@ main(int argc, char *argv[]) printf(" blksize: %lu\n", (unsigned long)hdr->blksize); printf(" nregions: %lu\n", (unsigned long)hdr->nregions); - printf("Diff sections:\n"); + printf("\nDiff sections:\n"); for (i = 0; i < hdr->nregions; i++) { mdiff = mdiff_read_diff(fd, hdr, i); printf(" [%lu]: offset: %lu\n", (unsigned long)i,