Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16584
Modified Files:
ChangeLog
Log Message:
Fix endiannes bug in libntfs/index.c. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -p -r1.309 -r1.310
--- ChangeLog 15 Oct 2005 23:44:57 -0000 1.309
+++ ChangeLog 16 Oct 2005 00:07:14 -0000 1.310
@@ -26,7 +26,8 @@ xx/xx/2005 - 1.12.2-WIP
- Fix endianness bug (le16 instead of le32 when accessing mft record
bytes_in_use) in volume.c::ntfs_volume_write_flags() and
ntfsfix.c::OLD_ntfs_volume_set_flags(). (Anton)
- - Fix endianness bug in ntfsinfo. (Anton)
+ - Fix endianness bugs in ntfsinfo. (Anton)
+ - Fix endianness bug in libntfs/index.c. (Anton)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|