mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CDROM] Return the correct data length for IOCTL_DISK_GET_LENGTH_INFO. CORE-16607
This commit is contained in:
parent
06eb8cda99
commit
2fa7b1dcc1
1 changed files with 1 additions and 1 deletions
|
@ -3287,7 +3287,7 @@ CdRomDeviceControlCompletion(
|
|||
// update information field.
|
||||
//
|
||||
|
||||
realIrp->IoStatus.Information = sizeof(DISK_GEOMETRY);
|
||||
realIrp->IoStatus.Information = sizeof(GET_LENGTH_INFORMATION);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue