Ignore HED_BLOCK_EOF in data searches
commit76950fda91e2872f9c8940ec4b68f45ae3455123
authorPetr Tesarik <petr@tesarici.cz>
Mon, 22 Oct 2012 22:18:23 +0000 (23 00:18 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Mon, 22 Oct 2012 22:18:23 +0000 (23 00:18 +0200)
tree3634b02aa18317cacb4cab734bc4584d547721a5
parent7e9f5d345049a3604353b272054357167c5f7049
Ignore HED_BLOCK_EOF in data searches

If we want to reuse a data block, the EOF state is irrelevant. There
can be EOF and non-EOF blocks sharing the same data if your file's size
is not block-aligned and you modify bytes at the end of the file and
beyond.
libhed/file.c