]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lookup_table.h
update; add lzms_decompress() stub
[wimlib] / include / wimlib / lookup_table.h
index a6bed894850a674e864b10b65c2127c5f85f19ea..a22ed3d1b0c4c490221b8b815fe1dc4d65b0a43b 100644 (file)
@@ -115,10 +115,10 @@ struct wim_lookup_table_entry {
        struct hlist_node hash_list;
 
        /* Uncompressed size of the stream.  */
-       u64 size : 56;
+       u64 size;
 
        /* Stream flags (WIM_RESHDR_FLAG_*).  */
-       u64 flags : 8;
+       u16 flags : 8;
 
        /* One of the `enum resource_location' values documented above. */
        u16 resource_location : 5;