]> wimlib.net Git - wimlib/blobdiff - src/split.c
overwrite_wim_inplace(): cleanup
[wimlib] / src / split.c
index a24ac4b4c424329482c7c9a215a21741e2cb3aa4..eb8f3484936364edfc9b68b9b33f2793c953239b 100644 (file)
@@ -145,6 +145,10 @@ wimlib_split(WIMStruct *w, const tchar *swm_name,
 
        write_flags &= WIMLIB_WRITE_MASK_PUBLIC;
 
+       ret = wim_checksum_unhashed_streams(w);
+       if (ret)
+               return ret;
+
        swm_name_len = tstrlen(swm_name);
        tchar swm_base_name[swm_name_len + 20];