]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
Misc. fixes
[wimlib] / src / lookup_table.c
index 95708866c9197614588f23ecc0caa26ceac71d02..f3d8c537d4237730d89ca24a56545f2c05225bdb 100644 (file)
@@ -355,10 +355,10 @@ struct wim_lookup_table_entry_disk {
        struct resource_entry_disk resource_entry;
 
        /* Which part of the split WIM this stream is in; indexed from 1. */
        struct resource_entry_disk resource_entry;
 
        /* Which part of the split WIM this stream is in; indexed from 1. */
-       u16 part_number;
+       le16 part_number;
 
        /* Reference count of this stream over all WIM images. */
 
        /* Reference count of this stream over all WIM images. */
-       u32 refcnt;
+       le32 refcnt;
 
        /* SHA1 message digest of the uncompressed data of this stream, or
         * optionally all zeroes if this stream is of zero length. */
 
        /* SHA1 message digest of the uncompressed data of this stream, or
         * optionally all zeroes if this stream is of zero length. */