]> wimlib.net Git - wimlib/blobdiff - programs/wimapply.c
Fix programs not compiled by default
[wimlib] / programs / wimapply.c
index 8de4a54db29c894dbab3eaf0ea7a74cfeec45398..cd7edde40c4733011724be072e444fc3ac725d80 100644 (file)
@@ -75,8 +75,7 @@ int main(int argc, char **argv)
                return ret;
        }
 
-       ret = wimlib_extract_image(w, image, target, extract_flags,
-                                  NULL, 0, NULL);
+       ret = wimlib_extract_image(w, image, target, extract_flags, NULL);
        if (ret != 0) {
                fputs("Failed to apply WIM image\n", stderr);
                fprintf(stderr, "Error code: %s\n", wimlib_get_error_string(ret));