commit | 2b977adff805e618d63e84d3b95755a1b186d3f2 | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Mon Oct 05 21:21:16 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Oct 06 04:43:12 2020 +0000 |
tree | c12147f139554625a78ddeaa6d44d5077b0e5f4d | |
parent | a0c13c9de9ac93dd86e8d44477f158fecf924bbd [diff] |
xmlconfig: fix scandir_filter this was changed from a fnmatch usage to strcmp, and the return value was flipped, breaking matching also fix the formatting of the changed lines Fixes: 4f37161a8f2: ("util/xmlconfig: Indent to Mesa style.") Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7018>