Add a flag bit for empty blocks
commit7f5d48e9437e500218b777841dc035d4f2e397e4
authorPetr Tesarik <petr@tesarici.cz>
Tue, 15 May 2018 19:37:37 +0000 (15 21:37 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Thu, 17 May 2018 04:42:39 +0000 (17 06:42 +0200)
tree54fb50d3df4bb7134a7232f2aaa1d8bbc18e05c8
parent0af1bd1c0e923e718fcbd3c26e770292ad01ee81
Add a flag bit for empty blocks

This bit is needed to distinguish an empty block from a block with
the maximum possible size, because both will have maxoff equal to
UOFF_MAX.

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
libhed/file.c
libhed/file.h