commit | 26bbb2720a2fb2add8e4f472b9a731ac1f7f4edb | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Aug 02 14:54:33 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Aug 02 14:54:33 2022 +0200 |
tree | 8e41aae5b7c1de1b203358f80fada920f777b744 | |
parent | f60d1781ed3dd9cc98911818168bd61ae0f24b86 [diff] [blame] |
build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/tools/lint/cmd_print.c b/tools/lint/cmd_print.c index 823ca7b..2702fbf 100644 --- a/tools/lint/cmd_print.c +++ b/tools/lint/cmd_print.c
@@ -242,6 +242,7 @@ if (node_path) { const struct lysc_node *node; + node = lys_find_path(*ctx, NULL, node_path, 0); if (!node) { node = lys_find_path(*ctx, NULL, node_path, 1);