commit | 846e3abf7ce2e10e34c9f47750460d0a62c48735 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 01 09:54:27 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 01 09:54:27 2022 +0100 |
tree | 2db7f4f49c3172e43199a571531fb2ac7afa5db3 | |
parent | e0ff68370b4430d0c44959d263052997e76f865a [diff] |
printer yin BUGFIX keyless list print Fixes #1802
diff --git a/src/printer_yin.c b/src/printer_yin.c index 9739ede..0c4bc22 100644 --- a/src/printer_yin.c +++ b/src/printer_yin.c
@@ -881,7 +881,7 @@ ypr_substmt(pctx, LY_STMT_UNIQUE, u, list->uniques[u].str, list->exts); } - ypr_config(pctx, node->flags, node->exts, NULL); + ypr_config(pctx, node->flags, node->exts, &flag); if (list->flags & LYS_SET_MIN) { ypr_unsigned(pctx, LY_STMT_MIN_ELEMENTS, 0, list->exts, list->min);