Sort list like on the Load Core section

This commit is contained in:
fr500 2016-02-10 12:13:12 -05:00
parent dd8d01a1cb
commit 2f787604e5
1 changed files with 10 additions and 9 deletions

View File

@ -131,6 +131,7 @@ static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
*(buf + i + 1) = c; *(buf + i + 1) = c;
line_start = buf + i + 1; line_start = buf + i + 1;
} }
file_list_sort_on_alt(list);
/* If the buffer was completely full, and didn't end /* If the buffer was completely full, and didn't end
* with a newline, just ignore the partial last line. */ * with a newline, just ignore the partial last line. */
} }