mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Enable CdfsOpenFile() to open a file using a relative filename. This fixes bug #477. Patch by tinus.
svn path=/trunk/; revision=13096
This commit is contained in:
@@ -132,10 +132,6 @@ CdfsOpenFile(PDEVICE_EXTENSION DeviceExt,
|
||||
}
|
||||
|
||||
FileName = &AbsFileName;
|
||||
|
||||
RtlFreeUnicodeString(&AbsFileName);
|
||||
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
Status = CdfsDeviceIoControl (DeviceExt->StorageDevice,
|
||||
|
||||
Reference in New Issue
Block a user