Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204833
b: refs/heads/master
c: b040b44
h: refs/heads/master
i:
  204831: ccdd169
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Jun 2, 2010
1 parent 6a4de66 commit 4a92f14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0778c8c41001783d4074e34efc7d3e632d87ee3
refs/heads/master: b040b44c35c251882da8488a5f038435a531312c
4 changes: 3 additions & 1 deletion trunk/scripts/kconfig/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,11 @@ void get_symbol_str(struct gstr *r, struct symbol *sym)
bool hit;
struct property *prop;

if (sym && sym->name)
if (sym && sym->name) {
str_printf(r, "Symbol: %s [=%s]\n", sym->name,
sym_get_string_value(sym));
str_printf(r, "Type : %s\n", sym_type_name(sym->type));
}
for_all_prompts(sym, prop)
get_prompt_str(r, prop);
hit = false;
Expand Down

0 comments on commit 4a92f14

Please sign in to comment.