mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[CDFS]: Fix typo spotted by Alexander and confirmed by Pierre (see rev 62779).
svn path=/trunk/; revision=62807
This commit is contained in:
@@ -130,7 +130,7 @@ CdfsFCBIsDirectory(PFCB Fcb)
|
||||
BOOLEAN
|
||||
CdfsFCBIsRoot(PFCB Fcb)
|
||||
{
|
||||
return (Fcb->PathName.Length = sizeof(WCHAR) && Fcb->PathName.Buffer[0] == L'\\');
|
||||
return (Fcb->PathName.Length == sizeof(WCHAR) && Fcb->PathName.Buffer[0] == L'\\');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user