Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349956
b: refs/heads/master
c: fb29a33
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent 0e65465 commit faa6827
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: 433555221b6c8bff4fee2d5ab84e7aea6b1f068e
refs/heads/master: fb29a338b585ebcce793b8e4a6c62440c4574fa7
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)
static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
size_t size, unsigned int width)
{
return repsep_snprintf(bf, size, "%*s:%5d", width,
return repsep_snprintf(bf, size, "%*s:%5d", width - 6,
self->thread->comm ?: "", self->thread->pid);
}

Expand Down

0 comments on commit faa6827

Please sign in to comment.