Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309410
b: refs/heads/master
c: 00b9da7
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Arnaldo Carvalho de Melo committed May 24, 2012
1 parent b0018d5 commit e196025
Show file tree
Hide file tree
Showing 2 changed files with 8 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: e76df19bd986656e3c9f4a62e3dd15e7d69b607a
refs/heads/master: 00b9da7219cd027a1c51c3ef576aadbbd9fe38fe
7 changes: 7 additions & 0 deletions trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,13 @@ process_fields(struct event_format *event, struct print_flag_sym **list, char **

free_token(token);
type = process_arg(event, arg, &token);

if (type == EVENT_OP)
type = process_op(event, arg, &token);

if (type == EVENT_ERROR)
goto out_free;

if (test_type_token(type, token, EVENT_DELIM, ","))
goto out_free;

Expand Down

0 comments on commit e196025

Please sign in to comment.