Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191151
b: refs/heads/master
c: c9e3858
h: refs/heads/master
i:
  191149: 91780be
  191147: 7663f90
  191143: 4354d29
  191135: e26d797
v: v3
  • Loading branch information
Masami Hiramatsu authored and Ingo Molnar committed Apr 2, 2010
1 parent 85c673e commit 431e919
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 085ea739adf107b5a5d131f3625e517ff4a5181e
refs/heads/master: c9e385826d4f1ca5a72005ab8503598f791a8dc0
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/probe-finder.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ static const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname)
if (strtailcmp(src, fname) == 0)
break;
}
if (i == nfiles)
return NULL;
return src;
}

Expand Down

0 comments on commit 431e919

Please sign in to comment.