X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fjoin.c;h=f61eaaf5eebdc6cc92f37e88dd7c8ac34d8b9df5;hb=cd3fcbd4fff4661d25678b138f48641975139553;hp=8a0abe5d663e912c0a28d6058c820cd368eebedc;hpb=f303b46312f8d8be4210fba66082d5a7572dbd70;p=wimlib diff --git a/src/join.c b/src/join.c index 8a0abe5d..f61eaaf5 100644 --- a/src/join.c +++ b/src/join.c @@ -112,7 +112,7 @@ verify_swm_set(WIMStruct *wim, WIMStruct **additional_swms, "chunk size"); return WIMLIB_ERR_SPLIT_INVALID; } - if (memcmp(guid, swm->hdr.guid, WIM_GID_LEN) != 0) { + if (memcmp(guid, swm->hdr.guid, WIM_GUID_LEN) != 0) { ERROR("The split WIMs do not all have the same " "GUID"); return WIMLIB_ERR_SPLIT_INVALID;