Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv21774/ntfstools
Modified Files:
ntfsundelete.c
Log Message:
more noname changes
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsundelete.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- ntfsundelete.c 3 Jul 2002 11:03:12 -0000 1.3
+++ ntfsundelete.c 9 Jul 2002 01:01:41 -0000 1.4
@@ -890,5 +890,5 @@
return -1;
- attr = ntfs_attr_open (vol->mft_ni, AT_BITMAP, NULL, 0);
+ attr = ntfs_attr_open (vol->mft_ni, AT_BITMAP, AT_NONAME, 0);
if (!attr)
return -1;
|