From: Lukas Fleischer Date: Sun, 3 Mar 2013 15:45:14 +0000 (+0100) Subject: ui-tree.c: Pass current revision to print_object() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/fb5a37317de9532509b9c398916c0290212ae233?ds=inline;hp=fb5a37317de9532509b9c398916c0290212ae233 ui-tree.c: Pass current revision to print_object() No longer access the global curr_rev variable in print_object(). This will make it easier to squash the curr_rev variable into a context structure without having to pass the context to the print_object() function. Signed-off-by: Lukas Fleischer ---