diff --git a/include/ntfs/attrib.h b/include/ntfs/attrib.h index 155f9bb9..402694ce 100644 --- a/include/ntfs/attrib.h +++ b/include/ntfs/attrib.h @@ -117,7 +117,8 @@ extern ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, */ static __inline__ int ntfs_attrs_walk(ntfs_attr_search_ctx *ctx) { - return ntfs_attr_lookup(0, NULL, 0, 0, 0, NULL, 0, ctx); + return ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0, + NULL, 0, ctx); } /**