summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/ChangeLog')
-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>