[ros-diffs] [ekohl] 13096: Enable CdfsOpenFile() to open a file
using a relative filename. This fixes bug #477. Patch by tinus.
ekohl at svn.reactos.com
ekohl at svn.reactos.com
Mon Jan 17 11:20:04 CET 2005
Enable CdfsOpenFile() to open a file using a relative filename. This
fixes bug #477. Patch by tinus.
Modified: trunk/reactos/drivers/fs/cdfs/create.c
_____
Modified: trunk/reactos/drivers/fs/cdfs/create.c
--- trunk/reactos/drivers/fs/cdfs/create.c 2005-01-17 10:16:17 UTC
(rev 13095)
+++ trunk/reactos/drivers/fs/cdfs/create.c 2005-01-17 10:20:03 UTC
(rev 13096)
@@ -132,10 +132,6 @@
}
FileName = &AbsFileName;
-
- RtlFreeUnicodeString(&AbsFileName);
-
- return STATUS_UNSUCCESSFUL;
}
Status = CdfsDeviceIoControl (DeviceExt->StorageDevice,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050117/3d38ae00/attachment.html
More information about the Ros-diffs
mailing list