diff options
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 76fefc6c..5594aaf2 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,3 +1,9 @@ +2004-11-08 Ognyan Kulev <ogi@fmi.uni-sofia.bg> + + * storeinfo.c (diskfs_S_file_get_storage_info): Cast -1 to + store_offset_t in conditional operator, instead of implicitly cast + to uint32_t. + 2004-01-10 Roberto Reale <rreale@iol.it> * ext2fs.h (ext2_getblk): Fix typo in comment. |