]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-plain.c: Do not access match variable in print_*()
authorLukas Fleischer <cgit@cryptocrack.de>
Sun, 3 Mar 2013 16:10:19 +0000 (17:10 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 4 Mar 2013 14:12:54 +0000 (09:12 -0500)
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 <cgit@cryptocrack.de>

No differences found