24 May
2023
24 May
'23
2:01 p.m.
Esme Povirk (@madewokherd) commented about dlls/uiautomationcore/uia_ids.c:
return NULL; }
+const struct uia_event_info *uia_event_info_from_id(EVENTID event_id) +{ + if ((event_id < EVENT_ID_MIN) || (event_id > EVENT_ID_MAX))
I think maybe this should be `>=` ? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2884#note_33735