- fix bogus extra error message in ntfsresize

edge.strict_endians
szaka 2005-06-12 13:44:34 +00:00
parent 3517936355
commit 532e1b71cf
1 changed files with 1 additions and 1 deletions

View File

@ -1879,7 +1879,7 @@ static void lookup_data_attr(ntfs_volume *vol,
perr_exit("ntfs_open_inode");
if (NInoAttrList(ni))
perr_exit("Attribute list attribute not yet supported");
err_exit("Attribute list attribute not yet supported");
if (!(*ctx = attr_get_search_ctx(ni, NULL)))
exit(1);