30 Nov
2024
30 Nov
'24
4:25 p.m.
Rémi Bernon (@rbernon) commented about dlls/bluetoothapis/main.c:
+ DIGCF_PRESENT | DIGCF_DEVICEINTERFACE); + + if (find->devinfo == INVALID_HANDLE_VALUE) + { + free(find); return NULL; }
+ iface_detail = (SP_DEVICE_INTERFACE_DETAIL_DATA_W *)buffer; + iface_detail->cbSize = sizeof(*iface_detail); + iface_data.cbSize = sizeof(iface_data); + found = FALSE; + while (SetupDiEnumDeviceInterfaces(find->devinfo, NULL, &GUID_BTHPORT_DEVICE_INTERFACE, find->idx++, + &iface_data)) + { + Spurious empty line.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6924#note_89322