Fix maximum file size off by one
commit30ffd724bfa49260d91ad4fe4d53dd54b83b431a
authorPetr Tesarik <petr@tesarici.cz>
Tue, 2 Oct 2012 05:31:07 +0000 (2 07:31 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 2 Oct 2012 05:31:07 +0000 (2 07:31 +0200)
treeadd7ad16855694f6907092144b7faeade60e0600
parentfcc4302ab1f21dd83ecb6cb50422214ed1bddfba
Fix maximum file size off by one

If you want to read up to and including OFF_MAX, then the file size
must be one byte greater than that.
libhed/file.c