diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-18 11:20:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-18 11:20:12 -0800 |
commit | 3a39fa750d891c72c96f4652fc6a85e2e1f17da7 (patch) | |
tree | 0733aeffaaa3eeed47854e79b7ef5643b11a406e /attr.c | |
parent | Merge branch 'rs/pretty-use-prefixcmp' (diff) | |
parent | attr: make it build with DEBUG_ATTR again (diff) | |
download | tgif-3a39fa750d891c72c96f4652fc6a85e2e1f17da7.tar.xz |
Merge branch 'nd/attr-debug-fix'
Fix debugging support that was broken in earlier change.
* nd/attr-debug-fix:
attr: make it build with DEBUG_ATTR again
Diffstat (limited to 'attr.c')
-rw-r--r-- | attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -704,7 +704,7 @@ static int fill_one(const char *what, struct match_attr *a, int rem) if (*n == ATTR__UNKNOWN) { debug_set(what, - a->is_macro ? a->u.attr->name : a->u.pattern, + a->is_macro ? a->u.attr->name : a->u.pat.pattern, attr, v); *n = v; rem--; |