X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;h=3c7d887fff45bac67b7ba2e55de1c1d3df1f156d;hp=41642526f4b66d8ee0bf46fcf362f8d13e2b240a;hb=2d14d2982e057b2d99128c20c9768985bdfcd0a0;hpb=416da25d5e76191d7554ea01f14d6ac160528082 diff --git a/src/lookup_table.c b/src/lookup_table.c index 41642526..3c7d887f 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -429,7 +429,7 @@ cmp_streams_by_sequential_order(const void *p1, const void *p2) /* Different (possibly split) WIMs? */ if (wim1 != wim2) { - v = memcmp(wim1->hdr.guid, wim2->hdr.guid, WIM_GID_LEN); + v = memcmp(wim1->hdr.guid, wim2->hdr.guid, WIM_GUID_LEN); if (v) return v; }