[Wine-patches] [eterhack] mountmgr.sys: Fix merge error.

Alexander Morozov amorozov на etersoft.ru
Ср Мар 23 16:46:36 MSK 2011


----------- следующая часть -----------
From 26cece6ce520be126078d8e0140a30f2df821b6e Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Wed, 23 Mar 2011 16:44:49 +0300
Subject: [eterhack] mountmgr.sys: Fix merge error.

---
 dlls/mountmgr.sys/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index 5cb91e9..df5e52f 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -1192,7 +1192,7 @@ static NTSTATUS WINAPI harddisk_ioctl( DEVICE_OBJECT *device, IRP *irp )
         DWORD len = min( 32, irpsp->Parameters.DeviceIoControl.OutputBufferLength );
 
         FIXME( "returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS\n" );
-        memset( irp->MdlAddress->StartVa, 0, len );
+        memset( irp->AssociatedIrp.SystemBuffer, 0, len );
         irp->IoStatus.Information = len;
         status = STATUS_SUCCESS;
         break;
-- 
1.7.4.1



Подробная информация о списке рассылки Wine-patches