X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=goptions.c;h=5b5c89ead6995b68c5a40f9bdf7893e372d8ee8b;hb=dc632d12d74bab6a439aaf8c317d250d3a8def5c;hp=21d642771be3ad881b35bd23aec07c2a146f4b8e;hpb=f0fdbcafc3a62b84250e5ccdcaec47e3ffa93a00;p=fio.git diff --git a/goptions.c b/goptions.c index 21d64277..5b5c89ea 100644 --- a/goptions.c +++ b/goptions.c @@ -1216,7 +1216,7 @@ static void gopt_handle_str_multi_changed(struct gopt_job_view *gjv, break; set = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(m->checks[i])); if (set) { - if (vp->or) + if (vp->orval) val |= vp->oval; else val = vp->oval;