Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165558
b: refs/heads/master
c: 544e433
h: refs/heads/master
v: v3
  • Loading branch information
Cheng Renquan authored and Sam Ravnborg committed Sep 20, 2009
1 parent 386c386 commit cb62038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bc9f9e63c0aa9c60ee309039d8f52708145ea4b
refs/heads/master: 544e433a9e2a8771b8281ac58acb5c794613e705
2 changes: 2 additions & 0 deletions trunk/scripts/kconfig/expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,8 @@ void expr_fprint(struct expr *e, FILE *out)
static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str)
{
str_append((struct gstr*)data, str);
if (sym)
str_printf((struct gstr*)data, " [=%s]", sym_get_string_value(sym));
}

void expr_gstr_print(struct expr *e, struct gstr *gs)
Expand Down

0 comments on commit cb62038

Please sign in to comment.