Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234382
b: refs/heads/master
c: 823c716
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 31, 2011
1 parent 1f8258c commit 57b0f61
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: c0443df1b69b59675fc6790e0ddce87c8ca00abf
refs/heads/master: 823c7164a92a6347d46bb64aaae728b6d08f3bb8
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int opt_set_filter(const struct option *opt __used,
strfilter__delete(params.filter);
params.filter = strfilter__new(str, &err);
if (!params.filter) {
pr_err("Filter parse error at %ld.\n", err - str + 1);
pr_err("Filter parse error at %td.\n", err - str + 1);
pr_err("Source: \"%s\"\n", str);
pr_err(" %*c\n", (int)(err - str + 1), '^');
return -EINVAL;
Expand Down

0 comments on commit 57b0f61

Please sign in to comment.