10 Dec
2024
10 Dec
'24
12:07 p.m.
From: Vibhav Pant <vibhavp(a)gmail.com> --- dlls/winebth.sys/winebth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winebth.sys/winebth.c b/dlls/winebth.sys/winebth.c index 65dd6d8b152..913ff503530 100644 --- a/dlls/winebth.sys/winebth.c +++ b/dlls/winebth.sys/winebth.c @@ -129,6 +129,7 @@ static NTSTATUS WINAPI dispatch_bluetooth( DEVICE_OBJECT *device, IRP *irp ) info->radioInfo.mfg = ext->props.manufacturer; LeaveCriticalSection( &ext->props_cs ); + irp->IoStatus.Information = sizeof( *info ); status = STATUS_SUCCESS; break; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6988