Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191197
b: refs/heads/master
c: a1e2f60
h: refs/heads/master
i:
  191195: cff2a79
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Apr 14, 2010
1 parent 9c08986 commit 5489f71
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: 95476b64ab11d528de2557366ec584977c215b9e
refs/heads/master: a1e2f60e3efc812bf66a2be0d8530ee175003f6d
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ static int field_is_string(struct format_field *field)

static int field_is_dynamic(struct format_field *field)
{
if (!strcmp(field->type, "__data_loc"))
if (!strncmp(field->type, "__data_loc", 10))
return 1;

return 0;
Expand Down

0 comments on commit 5489f71

Please sign in to comment.