From: Lukas Fleischer Date: Sun, 3 Mar 2013 16:27:54 +0000 (+0100) Subject: ui-plain.c: Use a context structure in walk_tree() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/b1db30cd2577fb59fb4490a284e0a34a0345cc02?hp=b1db30cd2577fb59fb4490a284e0a34a0345cc02 ui-plain.c: Use a context structure in walk_tree() Do not misuse global variables to save the context. Instead, use the context pointer which was designed to share information between a read_tree_fn and the caller. Signed-off-by: Lukas Fleischer ---