|
@@ -937,6 +937,8 @@ static void sym_check_print_recursive(struct symbol *last_sym)
|
|
sym = stack->sym;
|
|
sym = stack->sym;
|
|
next_sym = stack->next ? stack->next->sym : last_sym;
|
|
next_sym = stack->next ? stack->next->sym : last_sym;
|
|
prop = stack->prop;
|
|
prop = stack->prop;
|
|
|
|
+ if (prop == NULL)
|
|
|
|
+ prop = stack->sym->prop;
|
|
|
|
|
|
/* for choice values find the menu entry (used below) */
|
|
/* for choice values find the menu entry (used below) */
|
|
if (sym_is_choice(sym) || sym_is_choice_value(sym)) {
|
|
if (sym_is_choice(sym) || sym_is_choice_value(sym)) {
|