X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fwimapply.c;h=cd7edde40c4733011724be072e444fc3ac725d80;hp=8de4a54db29c894dbab3eaf0ea7a74cfeec45398;hb=01e2459ae40d90bc1ab1b39829d4ef6686a213a0;hpb=b7cc230c1101c47335d45fbd71cd97ea96bd5ee3 diff --git a/programs/wimapply.c b/programs/wimapply.c index 8de4a54d..cd7edde4 100644 --- a/programs/wimapply.c +++ b/programs/wimapply.c @@ -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));