25 Mar
2024
25 Mar
'24
6:57 p.m.
Tuomas Räsänen (@tuomasjjrasanen) commented about dlls/winebus.sys/bus_udev.c:
{ struct base_device *impl; struct udev_device *dev; - const char *action; + const char *action, devnode, syspath;
dev = udev_monitor_receive_device(monitor); if (!dev) { - FIXME("Failed to get device that has changed\n"); + ERR("Failed to get device that has changed\n"); return; I also added a commit which changes this existing FIXME to ERR. I think this was the case which lead me to use FIXME incorrectly in the first commit.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5385#note_66039