Sort list like on the Load Core section
This commit is contained in:
parent
dd8d01a1cb
commit
2f787604e5
|
@ -131,6 +131,7 @@ static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
|||
*(buf + i + 1) = c;
|
||||
line_start = buf + i + 1;
|
||||
}
|
||||
file_list_sort_on_alt(list);
|
||||
/* If the buffer was completely full, and didn't end
|
||||
* with a newline, just ignore the partial last line. */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue