parent
7b7e3a7ed6
commit
67591d0256
|
@ -28,6 +28,7 @@ xx/10/2003 - 1.8.0beta - Work in progress.
|
|||
- Integrate win32_io.c into the build process so win32_io ops are used
|
||||
when compiling under Cygwin and standard Unix style io ops are used
|
||||
otherwise.
|
||||
- Add new utility ntfscat (Richard Russon) and a corresponding man page.
|
||||
- Other assorted bugfixes and developments (see NEWS and bk changes).
|
||||
|
||||
13/02/2003 - 1.7.1 - Urgent bug fixes.
|
||||
|
|
|
@ -2218,7 +2218,7 @@ static int ntfs_attr_make_non_resident(ntfs_attr *na,
|
|||
na->allocated_size = new_allocated_size;
|
||||
na->data_size = na->initialized_size = le32_to_cpu(a->value_length);
|
||||
/*
|
||||
* For now just clear all of these as we don't support them when
|
||||
* FIXME: For now just clear all of these as we don't support them when
|
||||
* writing.
|
||||
*/
|
||||
NAttrClearCompressed(na);
|
||||
|
|
Loading…
Reference in New Issue