reactos/drivers/filesystems/vfatfs
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
..
blockdev.c
cleanup.c
close.c
CMakeLists.txt
create.c
dir.c
direntry.c
dirwr.c
ea.c
fastio.c
fat.c
fcb.c
finfo.c
flush.c
fsctl.c
iface.c
kdbg.c
misc.c
pnp.c
rw.c
shutdown.c
string.c
vfat.h
vfat005.1st
vfat_fr.txt
vfatfs.rc
vfatfs_reg.inf
volume.c