Fix classic off-by-one error - the answer is strlen() + 1, not just strlen()
authorNicholas Clark <nick@ccl4.org>
Fri, 22 Apr 2011 16:30:03 +0000 (17:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 22 Apr 2011 16:30:57 +0000 (17:30 +0100)
commit6ec51ae0066a3ae0165701ef644f20b01af516f3
treee8d82751194ea5bf203432aee366e33ae6e2ae2c
parent81f1c0187fa7bb773d2f2c2e30bc57de03bad30a
Fix classic off-by-one error - the answer is strlen() + 1, not just strlen()

This has been in the code since year dot, and no-one has spotted that the
returned sizes have been under-reporting.
CHANGES
Size.xs