(Logical change 1.125)
edge.strict_endians
cantab.net!aia21 2003-03-07 17:31:47 +00:00
parent 20c360bdf1
commit 565f90e5e6
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
xx/xx/2003 - 1.7.2-WIP - Work in progress.
- Further work on attribute resizing.
- Fix two logic inversion bugs in dir.c. Thanks to Russ Christensen for
finding the first one.
13/02/2003 - 1.7.1 - Urgent bug fixes.
- Urgent bug fixes in ntfsresize (Szabolcs Szakacsits):

View File

@ -2441,7 +2441,7 @@ static int ntfs_resident_attr_resize(ntfs_attr *na, const s64 newsize)
err = errno;
goto put_err_out;
}
/* Attribute is not allowed to be non-resident. */
/* Attribute is not allowed to be non-resident, continue. */
}
// TODO: Try to make other attributes non-resident.