Fix error message in NAttrSet##flag: should not be called for not data attributes.

(Logical change 1.649)
edge.strict_endians
(none)!yura 2004-12-22 16:34:02 +00:00
parent a35819aceb
commit 8d8b53331f
1 changed files with 3 additions and 2 deletions

View File

@ -214,8 +214,9 @@ static inline void NAttrSet##flag(ntfs_attr *na) \
if (na->type == AT_DATA && na->name == AT_UNNAMED) \
NInoSet##flag(na->ni); \
else \
Dprintf("%s(): BUG! Called for named data " \
"attribute.\n", __FUNCTION__); \
Dprintf("%s(): BUG! Should be called only for " \
"unnamed data attribute.\n", \
__FUNCTION__); \
} \
static inline void NAttrClear##flag(ntfs_attr *na) \
{ \