X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gfio.c;h=37c1db6918d0f8e25280bceea5ec6735dcabee0d;hp=65302e6075a01daad0b794417909e0e213b4f66a;hb=e6f735f0f0e402ca43f589224ccfa2fdf37fa583;hpb=9db01ef976006c002b05fa4e4ec589eb029aac5b diff --git a/gfio.c b/gfio.c index 65302e60..37c1db69 100644 --- a/gfio.c +++ b/gfio.c @@ -444,7 +444,7 @@ static int send_job_file(struct gui_entry *ge) while (!flist_empty(&gc->o_list)) { struct gfio_client_options *gco; - gco = flist_entry(gc->o_list.next, struct gfio_client_options, list); + gco = flist_first_entry(&gc->o_list, struct gfio_client_options, list); flist_del(&gco->list); free(gco); }