|
@@ -309,7 +309,7 @@ sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right)
|
|
|
static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf,
|
|
|
size_t size, unsigned int width)
|
|
|
{
|
|
|
- return repsep_snprintf(bf, size, "%*.*-s", width, width, he->srcline);
|
|
|
+ return repsep_snprintf(bf, size, "%-*.*s", width, width, he->srcline);
|
|
|
}
|
|
|
|
|
|
struct sort_entry sort_srcline = {
|