From: Lukas Fleischer Date: Sun, 3 Mar 2013 16:10:19 +0000 (+0100) Subject: ui-plain.c: Do not access match variable in print_*() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/a6317505ead198c23925c93abbb0926f70e02861?hp=a6317505ead198c23925c93abbb0926f70e02861 ui-plain.c: Do not access match variable in print_*() Move all code setting the match variable to walk_tree(). This allows for easily moving this variable into a context structure without having to pass the context to print_*(). Signed-off-by: Lukas Fleischer ---