Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175401
b: refs/heads/master
c: d9541ed
h: refs/heads/master
i:
  175399: 9e30c34
v: v3
  • Loading branch information
Xiao Guangrong authored and Ingo Molnar committed Dec 7, 2009
1 parent 1af0cab commit 11ae0c8
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: d8bd9e0aedabcb47887712497bc386a06ddcbd12
refs/heads/master: d9541ed3241bb6c2b805d3ea0e87563cf2a0c5c3
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int __dsos__write_buildid_table(struct list_head *head, int fd)
err = do_write(fd, pos->long_name, pos->long_name_len + 1);
if (err < 0)
return err;
err = do_write(fd, zero_buf, len - pos->long_name_len + 1);
err = do_write(fd, zero_buf, len - pos->long_name_len - 1);
if (err < 0)
return err;
}
Expand Down

0 comments on commit 11ae0c8

Please sign in to comment.