diff --git a/ChangeLog b/ChangeLog index 09f29787..51394767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/libntfs/attrib.c b/libntfs/attrib.c index df0a59f6..2f4d0197 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -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);