Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158302
b: refs/heads/master
c: 2e01d17
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Sep 3, 2009
1 parent 95fa7d3 commit b7d1950
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: 8886f42d6d8dabeb488c706c339634a0e3e08df4
refs/heads/master: 2e01d1791168bb824226d8cc70e50374767dcc42
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ struct perf_header *perf_header__read(int fd)
self->data_offset = f_header.data.offset;
self->data_size = f_header.data.size;

lseek(fd, self->data_offset + self->data_size, SEEK_SET);
lseek(fd, self->data_offset, SEEK_SET);

self->frozen = 1;

Expand Down

0 comments on commit b7d1950

Please sign in to comment.