Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218666
b: refs/heads/master
c: d1e95bb
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Arnaldo Carvalho de Melo committed Oct 23, 2010
1 parent 419cdff commit 4369533
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: 44e668c6faa9a6c477a32788e7e88f0754c54a4e
refs/heads/master: d1e95bb5309f98368dd4fbef6ff3a8f573b24506
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int parse_scriptname(const struct option *opt __used,
script++;
} else {
script = str;
ext = strchr(script, '.');
ext = strrchr(script, '.');
if (!ext) {
fprintf(stderr, "invalid script extension");
return -1;
Expand Down

0 comments on commit 4369533

Please sign in to comment.