fix skipping bug

This commit is contained in:
Neale Pickett 2011-07-27 15:57:32 -06:00
parent 1074de0a15
commit 275c282c8b
1 changed files with 2 additions and 0 deletions

2
hd.c
View File

@ -46,6 +46,8 @@ dump(FILE *f)
} }
p += 16; p += 16;
continue; continue;
} else {
skipping = 0;
} }
printf("%08lx ", (long unsigned int)p); printf("%08lx ", (long unsigned int)p);