]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Rename is_orphan => d_is_orphan
[wimlib] / include / wimlib / dentry.h
index 9a2b1bd80c79920403e1fea81f3be50cd32380ab..ba61018acf6e7238075b2d831ff9c035da3d140a 100644 (file)
@@ -83,7 +83,7 @@ struct wim_dentry {
        u8 d_tmp_flag : 1;
 
        /* Used by wimlib_update_image()  */
        u8 d_tmp_flag : 1;
 
        /* Used by wimlib_update_image()  */
-       u8 is_orphan : 1;
+       u8 d_is_orphan : 1;
 
        union {
                /* 'subdir_offset' is only used while reading and writing this
 
        union {
                /* 'subdir_offset' is only used while reading and writing this