one more endian bug in ntfsinfo

edge.strict_endians
yura 2006-10-30 23:23:40 +00:00
parent f6d6db57db
commit 1b1a135bbd
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ xx/xx/2006 - x.xx.x - .
- New APIs (dir.[ch]):
ntfs_create_device() for Interix block and character devices
creation.
ntfs_crate_symlink() for Interix symbolic links creation. (Yura)
ntfs_create_symlink() for Interix symbolic links creation. (Yura)
- Teach ntfs_create() to create Interix FIFOs and sockets. (Yura)
- Fix the -u option in ntfsundelete. Instead of a confusing optional
parameter, there's a new option -i with a required parameter. (Rich)

View File

@ -904,7 +904,7 @@ static void ntfs_dump_acl(const char *prefix, ACL *acl)
/* proceed to next ACE */
ace = (ACCESS_ALLOWED_ACE *)(((char *)ace) +
le32_to_cpu(ace->size));
le16_to_cpu(ace->size));
}
}