Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147637
b: refs/heads/master
c: 18374ab
h: refs/heads/master
i:
  147635: f19a68b
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jun 3, 2009
1 parent 9aaf550 commit b1f16c2
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: 095b3a6a030f7d4f24825ae93fc384b3d4b4fafa
refs/heads/master: 18374ab76e3ec1cf1b0ca5a8d08e35cfc5d01669
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static struct symbol *symbol__new(uint64_t start, uint64_t len,
self = ((void *)self) + priv_size;
}
self->start = start;
self->end = start + len;
self->end = start + len - 1;
memcpy(self->name, name, namelen);
}

Expand Down

0 comments on commit b1f16c2

Please sign in to comment.