]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
dentry_to_stbuf() fix
[wimlib] / src / lookup_table.h
index f257aa3fd4df55b24f6ec62fda6b44e18ea5b585..423af6dc702566b11cac42ce8745b25d7c6016f4 100644 (file)
@@ -82,9 +82,11 @@ struct lookup_table_entry {
                        /* Compression type used in other WIM. */
                        int   other_wim_ctype;
                };
-               struct wimlib_fd *fds;
-               u16 num_allocated_fds;
-               u16 num_opened_fds;
+               struct {
+                       struct wimlib_fd **fds;
+                       u16 num_allocated_fds;
+                       u16 num_opened_fds;
+               };
        };
 
        /* When a WIM file is written, out_refcnt starts at 0 and is incremented