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 [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
cleanup.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
close.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
CMakeLists.txt [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
create.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
dir.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
direntry.c [VFATFS] FATGetNextDirEntry(): Fix 1 MSVC 'warning C4267' (#6179) 2023-12-23 21:24:51 +01:00
dirwr.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
ea.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
fastio.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
fat.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
fcb.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
finfo.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
flush.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
fsctl.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
iface.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
kdbg.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
misc.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
pnp.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
rw.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
shutdown.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
string.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00
vfat.h [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-24 12:12:33 +02:00
vfat005.1st [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-24 12:12:33 +02:00
vfat_fr.txt [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-24 12:12:33 +02:00
vfatfs.rc [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-24 12:12:33 +02:00
vfatfs_reg.inf [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-24 12:12:33 +02:00
volume.c [FS_REC][VFATFS] Update headers per our current coding style 2022-09-24 16:24:08 +03:00