ps --sort bug

This commit is contained in:
albert
2002-10-14 05:12:14 +00:00
parent 77f16a7bd9
commit 4b57916ac9
4 changed files with 12 additions and 0 deletions

View File

@ -311,6 +311,7 @@ static sort_node *do_one_sort_spec(const char *spec){
sort_node *thisnode;
thisnode = malloc(sizeof(format_node));
thisnode->sr = fs->sr;
thisnode->need = fs->need;
thisnode->reverse = reverse;
thisnode->next = NULL;
return thisnode;