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);
+ if (si >= min && si <= 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_114593