Skip to content
Snippets Groups Projects
Commit 2a74f62f authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - fixed missing list_sort change

parent c85e3e0c
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,7 @@ extern int bg_record_sort_aval_inc(void *r1, void *r2)
/* return -1; */
/* } */
return bg_record_cmpf_inc(rec_a, rec_b);
return bg_record_cmpf_inc(&rec_a, &rec_b);
}
/* set up structures needed for sub block jobs. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment