diff options
author | Roland McGrath <roland@gnu.org> | 2001-01-14 21:59:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-01-14 21:59:21 +0000 |
commit | f31d77ceb18f1b69e18520c51524b9bfc9fac9b0 (patch) | |
tree | ae61c4f7e1d5d67279c8c7aee6f7655fe4e9dcc4 | |
parent | 3de1c4172465451ac4aaf4b4b9a568c76f2e0519 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 88423d8b..d95394c3 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -2,7 +2,7 @@ * encode.c (too_big): New static function. (store_std_leaf_encode): Use it to return EOVERFLOW if a run - does not fit in an int. + does not fit in an off_t. 2001-01-09 Marcus Brinkmann <marcus@gnu.org> |