Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288682
b: refs/heads/master
c: 6b1bee9
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Eranian authored and Arnaldo Carvalho de Melo committed Feb 21, 2012
1 parent e2e6e96 commit 47f2436
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: dfd3b1e3e8a580bcbf854d46ae0f22c8333e82d8
refs/heads/master: 6b1bee9035d430c4b4f586df6df4b3f840e89b5b
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/thread_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static struct thread_map *thread_map__new_by_tid_str(const char *tid_str)
if (!tid_str) {
threads = malloc(sizeof(*threads) + sizeof(pid_t));
if (threads != NULL) {
threads->map[1] = -1;
threads->map[0] = -1;
threads->nr = 1;
}
return threads;
Expand Down

0 comments on commit 47f2436

Please sign in to comment.