- fix err <-> errno typo that could cause bogus return value

(Logical change 1.581)
edge.strict_endians
elisa-laajakaista.fi!szaka 2004-09-28 18:33:40 +00:00
parent 442fcef5bf
commit f9ac10a85e
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ int ntfs_inode_add_attrlist(ntfs_inode *ni)
if (!aln) {
Dprintf("%s(): Not enough memory.\n",
__FUNCTION__);
errno = ENOMEM;
err = ENOMEM;
goto put_err_out;
}
ale = (ATTR_LIST_ENTRY *)(aln + ((u8 *)ale - al));