Skip to content

Commit 6d7c1c8

Browse files
committed
Merge branch 'nd/attr-debug-fix' into maint
* nd/attr-debug-fix: attr: make it build with DEBUG_ATTR again
2 parents 7025616 + 712efb1 commit 6d7c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ static int fill_one(const char *what, struct match_attr *a, int rem)
704704

705705
if (*n == ATTR__UNKNOWN) {
706706
debug_set(what,
707-
a->is_macro ? a->u.attr->name : a->u.pattern,
707+
a->is_macro ? a->u.attr->name : a->u.pat.pattern,
708708
attr, v);
709709
*n = v;
710710
rem--;

0 commit comments

Comments
 (0)