mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[CDROM] Return the correct data length for IOCTL_DISK_GET_LENGTH_INFO. CORE-16607
This commit is contained in:
@@ -3287,7 +3287,7 @@ CdRomDeviceControlCompletion(
|
||||
// update information field.
|
||||
//
|
||||
|
||||
realIrp->IoStatus.Information = sizeof(DISK_GEOMETRY);
|
||||
realIrp->IoStatus.Information = sizeof(GET_LENGTH_INFORMATION);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user