2 Sep
2025
2 Sep
'25
10:03 p.m.
Esme Povirk (@madewokherd) commented about dlls/sane.ds/ui.c:
SendMessageA(control,SBM_SETRANGE,min,max);
+ is_exist = load_from_reg(path, opt.type, title, &val); + + if (val >= min && val <= max)
I don't think we should check this if the setting doesn't exist. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8858#note_114594