mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTFS] - Fix a couple of issues spotted by Thomas: Maintain alphabetical ordering of CMakeLists.txt, fix casts to BOOLEAN with BooleanFlagOn macro.
svn path=/branches/GSoC_2016/NTFS/; revision=75224
This commit is contained in:
parent
54f5c3b6ec
commit
2dc4938549
5 changed files with 5 additions and 5 deletions
|
@ -686,7 +686,7 @@ NtfsWrite(PNTFS_IRP_CONTEXT IrpContext)
|
|||
Length,
|
||||
ByteOffset.LowPart,
|
||||
Irp->Flags,
|
||||
(IrpContext->Stack->Flags & SL_CASE_SENSITIVE),
|
||||
BooleanFlagOn(IrpContext->Stack->Flags, SL_CASE_SENSITIVE),
|
||||
&ReturnedWriteLength);
|
||||
|
||||
IrpContext->Irp->IoStatus.Status = Status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue