mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
3558b7b985
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
|
||
---|---|---|
.. | ||
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 |