reactos/drivers/filesystems
Serge Gautherie 3558b7b985
[VFATFS] FATGetNextDirEntry(): Fix 1 MSVC 'warning C4267' (#6179)
Fix `warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data`
by explicitly casting to USHORT.
This is OK as the line immediately before NULL-terminates the buffer within boundary.

Addendum to commit 096a69471 (r6279).
2023-12-23 21:24:51 +01:00
..
btrfs [INF] More deduplication and style harmonization (#4952) 2022-12-28 02:26:17 +01:00
cdfs
ext2 [EXT2FS] Align with upstream and mark ReactOS diff (#5245) 2023-04-30 18:26:30 +02:00
fastfat [FASTFAT][NTDLL_APITEST] Add missing semicolon after _SEH2_END (#5568) 2023-08-15 18:16:31 +02:00
fs_rec
msfs
mup [MUP] Mute DPRINT1's that slow down shared folder accesses (#5545) 2023-08-07 22:08:05 +09:00
nfs
npfs
ntfs [NTFS] NtfsCreateFCB(): Check allocation result (#4795) 2022-11-15 01:28:33 +03:00
udfs
vfatfs [VFATFS] FATGetNextDirEntry(): Fix 1 MSVC 'warning C4267' (#6179) 2023-12-23 21:24:51 +01:00
CMakeLists.txt