From 275c282c8b3d8bd19bfe4bc9eabe6d3f915d3efd Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 27 Jul 2011 15:57:32 -0600 Subject: [PATCH] fix skipping bug --- hd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hd.c b/hd.c index 25174b1..e9471ef 100644 --- a/hd.c +++ b/hd.c @@ -46,6 +46,8 @@ dump(FILE *f) } p += 16; continue; + } else { + skipping = 0; } printf("%08lx ", (long unsigned int)p);