Fix insert beyond EOF
commit87a4a813bc1700d388105bdc01ba2c61c2f8f309
authorPetr Tesarik <petr@tesarici.cz>
Tue, 9 Oct 2012 12:30:08 +0000 (9 14:30 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 9 Oct 2012 12:30:08 +0000 (9 14:30 +0200)
tree53127b98ecf60bd40186e893d63e03824cde0db5
parent3d93121988858f760373ff7746398e6490c8c87e
Fix insert beyond EOF

It turns out that split_block() can be called on the EOF block, so
I cannot split off the tail, but instead have to re-create the head.
libhed/file.c