X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;h=f3d8c537d4237730d89ca24a56545f2c05225bdb;hp=95708866c9197614588f23ecc0caa26ceac71d02;hb=f5d26d6005ba759762bec8c7cd45a738e577a8a7;hpb=30ba1eb06caca0b20a47d8dd75a117c82d730da7 diff --git a/src/lookup_table.c b/src/lookup_table.c index 95708866..f3d8c537 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -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. */ - u16 part_number; + le16 part_number; /* 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. */