Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5054/libntfs
Modified Files:
attrib.c
Log Message:
oops, forgot one s/_lookup/_find
Index: attrib.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/attrib.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -p -r1.180 -r1.181
--- attrib.c 30 Sep 2005 13:13:38 -0000 1.180
+++ attrib.c 30 Sep 2005 18:57:00 -0000 1.181
@@ -3365,7 +3365,7 @@ int ntfs_attr_record_move_to(ntfs_attr_s
* attribute in @ni->mrec, not any extent inode in case if @ni is base
* file record.
*/
- if (!ntfs_attr_lookup(a->type, (ntfschar*)((u8*)a + le16_to_cpu(
+ if (!ntfs_attr_find(a->type, (ntfschar*)((u8*)a + le16_to_cpu(
a->name_offset)), a->name_length, CASE_SENSITIVE, NULL,
0, nctx)) {
Dprintf("%s(): Attribute of such type, with same name already "
|