Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309428
b: refs/heads/master
c: 8dc7c65
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 30, 2012
1 parent 7f63a0d commit 77f87fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e9823b21bab7ff0c39e14a7a970a40fad74ce778
refs/heads/master: 8dc7c651dd7d95b548adef8cd56908392d3ba432
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static char *parse_value(void)

static inline int iskeychar(int c)
{
return isalnum(c) || c == '-';
return isalnum(c) || c == '-' || c == '_';
}

static int get_value(config_fn_t fn, void *data, char *name, unsigned int len)
Expand Down

0 comments on commit 77f87fd

Please sign in to comment.