summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-01-14 21:59:21 +0000
committerRoland McGrath <roland@gnu.org>2001-01-14 21:59:21 +0000
commitf31d77ceb18f1b69e18520c51524b9bfc9fac9b0 (patch)
treeae61c4f7e1d5d67279c8c7aee6f7655fe4e9dcc4
parent3de1c4172465451ac4aaf4b4b9a568c76f2e0519 (diff)
.
-rw-r--r--libstore/ChangeLog2
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>