Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309422
b: refs/heads/master
c: 42c59cd
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed May 26, 2012
1 parent 770c9bb commit bd2e1a0
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: a00dc319e98161949aa87f71a17db32e925c3257
refs/heads/master: 42c59cdab42b8909454e0d434e3977cd3b636fbd
2 changes: 1 addition & 1 deletion trunk/tools/lib/traceevent/parse-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ get_value(struct event_format *event,
const char *name;

name = get_comm(event, record);
return (unsigned long long)name;
return (unsigned long)name;
}

pevent_read_number_field(field, record->data, &val);
Expand Down

0 comments on commit bd2e1a0

Please sign in to comment.