]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Char encoding updates and misc. fixes
[wimlib] / src / dentry.h
index 6a3affcdb56a66d0ae82b0466b6a1a28a239c21c..e8d8328d9d27b352021a7bf3ff3c9a06ba90bfc8 100644 (file)
@@ -142,9 +142,10 @@ struct wim_dentry {
        u16 file_name_nbytes;
 
        /* Length of full path name encoded using "tchars", in bytes, not
-        * including the terminating null terminator. */
+        * including the terminating null character. */
        u32 full_path_nbytes;
 
+       /* Has this dentry been extracted yet? */
        u8 is_extracted : 1;
 
        /* Only used during NTFS capture */