]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
NTFS test updates and NTFS capture fix
[wimlib] / src / dentry.h
index 2d84ad35f8f0699d2b388dd2e473f7f069a2c170..b539fb58148e807c48792183a64fdb80d53a612c 100644 (file)
@@ -299,7 +299,7 @@ struct dentry {
        };
 
        /* Path to extracted file on disk (used during extraction only)
-        * (malloc()ed buffer) */
+        * (malloc()ed buffer, or set the same as full_path_utf8) */
        char *extracted_file;
 };