diff --git a/tsk3/fs/tsk_fs.h b/tsk3/fs/tsk_fs.h index a1d96e1899da3040a4126f6f883aa15d6969875f..e489296ff3304a1e5126e42c175bd7879e2ea12e 100644 --- a/tsk3/fs/tsk_fs.h +++ b/tsk3/fs/tsk_fs.h @@ -525,7 +525,7 @@ extern "C" { char *name; ///< The name of the file (in UTF-8) size_t name_size; ///< The number of bytes allocated to name - char *shrt_name; ///< The short name of the file (FAT and NTFS only) or null (in UTF-8) + char *shrt_name; ///< The short name of the file or null (in UTF-8) size_t shrt_name_size; ///< The number of bytes allocated to shrt_name TSK_INUM_T meta_addr; ///< Address of the metadata structure that the name points to.