Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223931
b: refs/heads/master
c: 62c15fc
h: refs/heads/master
i:
  223929: b0aeff1
  223927: 8163661
v: v3
  • Loading branch information
Franck Bui-Huu authored and Arnaldo Carvalho de Melo committed Dec 21, 2010
1 parent 4d3cd6c commit 63cd62e
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: 0e43e5d222095ca2d1d825dd2e4fa158bdc4cc9b
refs/heads/master: 62c15fc49bd1b35d79b34ea96f132ab435e2215a
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ int show_line_range(struct line_range *lr, const char *module)
fprintf(stdout, "<%s:%d>\n", lr->function,
lr->start - lr->offset);
else
fprintf(stdout, "<%s:%d>\n", lr->file, lr->start);
fprintf(stdout, "<%s:%d>\n", lr->path, lr->start);

fp = fopen(lr->path, "r");
if (fp == NULL) {
Expand Down

0 comments on commit 63cd62e

Please sign in to comment.