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

@@ -266,6 +266,7 @@ static void prep_forest_sort(void){
tmp_list->reverse = 0;
tmp_list->typecode = '?'; /* what was this for? */
tmp_list->sr = incoming->sr;
tmp_list->need = incoming->need;
tmp_list->next = sort_list;
sort_list = tmp_list;
}
@@ -276,6 +277,7 @@ static void prep_forest_sort(void){
tmp_list->reverse = 0;
tmp_list->typecode = '?'; /* what was this for? */
tmp_list->sr = incoming->sr;
tmp_list->need = incoming->need;
tmp_list->next = sort_list;
sort_list = tmp_list;
}