From: Eric Biggers Date: Mon, 28 Apr 2014 17:46:19 +0000 (-0500) Subject: Retain GUID when joining WIM X-Git-Tag: v1.7.0~251 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=f02f8a0274377459bf90d5a70cb7b72480a3df60;hp=4efdef43a8bb9e821f39572e1c9086e3f069ac7c Retain GUID when joining WIM --- diff --git a/src/join.c b/src/join.c index 622919e9..b2125d13 100644 --- a/src/join.c +++ b/src/join.c @@ -201,6 +201,8 @@ wimlib_join(const tchar * const *swm_names, if (ret) goto out_free_swms; + swm0->guid_set_explicitly = 1; + /* It is reasonably safe to provide, WIMLIB_WRITE_FLAG_STREAMS_OK, as we * have verified that the specified split WIM parts form a spanned set. */