mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58:38 -05:00 
			
		
		
		
	dll: fuse: fixes
This commit is contained in:
		| @@ -225,7 +225,7 @@ static NTSTATUS fsp_fuse_preflight(struct fuse *f) | ||||
|             ) && | ||||
|             L':' == f->MountPoint[1] || L'\0' == f->MountPoint[2]) | ||||
|         { | ||||
|             if (GetLogicalDrives() & (1 << (f->MountPoint[0] - 'A'))) | ||||
|             if (GetLogicalDrives() & (1 << ((f->MountPoint[0] & ~0x20) - 'a'))) | ||||
|                 return STATUS_OBJECT_NAME_COLLISION; | ||||
|         } | ||||
|         else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user