redhat analysis: ps/sortformat

This commit is contained in:
Jim Warner 2011-10-06 11:20:41 -05:00 committed by Sami Kerola
parent 0e663aacbc
commit ba13a76422

View File

@ -103,7 +103,7 @@ static void O_wrap(sf_node *sfn, int otype){
endp->next = fnode;
fnode = do_one_spec(trailer,NULL);
if(!fnode)fprintf(stderr,"Seriously crashing. Goodbye cruel world.\n");
if(!fnode) { fprintf(stderr,"Seriously crashing. Goodbye cruel world.\n"); exit(1); }
endp = fnode; while(endp->next) endp = endp->next; /* find end */
endp->next = sfn->f_cooked;
sfn->f_cooked = fnode;