From 14fe9c15254206a262a11f3eeccd2a59bdac0c07 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 10 Nov 2016 23:21:06 +0000 Subject: [PATCH] tools: Update permutations generator for hidden/deprecated Signed-off-by: Quentin Young --- tools/permutations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/permutations.c b/tools/permutations.c index a582101fdf..49f9416b21 100644 --- a/tools/permutations.c +++ b/tools/permutations.c @@ -44,7 +44,7 @@ int main (int argc, char *argv[]) cmd->string = strdup(argv[1]); struct graph *graph = graph_new(); - struct cmd_token *token = new_cmd_token (START_TKN, NULL, NULL); + struct cmd_token *token = new_cmd_token (START_TKN, cmd->attr, NULL, NULL); graph_new_node (graph, token, NULL); command_parse_format (graph, cmd); -- 2.39.5