mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[UDFS]
Fix broken KdPrint svn path=/trunk/; revision=74770
This commit is contained in:
parent
e1cb837969
commit
70740f2a14
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ UDFMountVolume(
|
||||||
// KdPrint(("Build " VER_STR_PRODUCT "\n\n"));
|
// KdPrint(("Build " VER_STR_PRODUCT "\n\n"));
|
||||||
|
|
||||||
fsDeviceObject = PtrIrpContext->TargetDeviceObject;
|
fsDeviceObject = PtrIrpContext->TargetDeviceObject;
|
||||||
KdPrint(("Mount on device object %x\n"));
|
KdPrint(("Mount on device object %x\n", fsDeviceObject));
|
||||||
filterDevExt = (PFILTER_DEV_EXTENSION)fsDeviceObject->DeviceExtension;
|
filterDevExt = (PFILTER_DEV_EXTENSION)fsDeviceObject->DeviceExtension;
|
||||||
if (filterDevExt->NodeIdentifier.NodeType == UDF_NODE_TYPE_FILTER_DEVOBJ &&
|
if (filterDevExt->NodeIdentifier.NodeType == UDF_NODE_TYPE_FILTER_DEVOBJ &&
|
||||||
filterDevExt->NodeIdentifier.NodeSize == sizeof(FILTER_DEV_EXTENSION)) {
|
filterDevExt->NodeIdentifier.NodeSize == sizeof(FILTER_DEV_EXTENSION)) {
|
||||||
|
|
Loading…
Reference in a new issue