]> wimlib.net Git - wimlib/blobdiff - src/join.c
Improve write streams performance and handling of joins
[wimlib] / src / join.c
index 5cda7739a1f57d2f5a0820b837b01c65a3c5f439..d606b7be6392a71cd20241f11845b91d75f9909b 100644 (file)
@@ -82,10 +82,8 @@ wimlib_join(const tchar * const *swm_names,
        if (ret)
                goto out_free_swms;
 
-       ret = wimlib_export_image(swm0, WIMLIB_ALL_IMAGES,
-                                 wim, NULL, NULL, 0,
-                                 swms, num_additional_swms,
-                                 progress_func);
+       ret = wimlib_export_image(swm0, WIMLIB_ALL_IMAGES, wim, NULL, NULL, 0,
+                                 swms, num_additional_swms, progress_func);
        if (ret)
                goto out_free_wim;