Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312342
b: refs/heads/master
c: e54b34a
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Namhyung Kim committed Jul 4, 2012
1 parent 295f882 commit ae09129
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: 16e6b8fdfd181ac79f04ff826c42c7d8a2806a17
refs/heads/master: e54b34aed1c4082ed03f4d1f7a19276059b1e30a
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 @@ -96,7 +96,7 @@ static enum event_type read_token(char **tok)
(strcmp(token, "=") == 0 || strcmp(token, "!") == 0) &&
pevent_peek_char() == '~') {
/* append it */
*tok = malloc(3);
*tok = malloc_or_die(3);
sprintf(*tok, "%c%c", *token, '~');
free_token(token);
/* Now remove the '~' from the buffer */
Expand Down

0 comments on commit ae09129

Please sign in to comment.