mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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.
|
// update information field.
|
||||||
//
|
//
|
||||||
|
|
||||||
realIrp->IoStatus.Information = sizeof(DISK_GEOMETRY);
|
realIrp->IoStatus.Information = sizeof(GET_LENGTH_INFORMATION);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue