]> wimlib.net Git - wimlib/blobdiff - examples/applywim.c
Fix programs not compiled by default
[wimlib] / examples / applywim.c
index ba62a9571f42b3dcc0884e490d033131d8f1e840..6d34a432f57578c896e69e3307c0939fe9f30ba6 100644 (file)
@@ -28,8 +28,7 @@ int main(int argc, char **argv)
                goto out_wimlib_global_cleanup;
 
        /* Extract all the images. */
-       ret = wimlib_extract_image(wim, WIMLIB_ALL_IMAGES, argv[2], 0,
-                                  NULL, 0, NULL);
+       ret = wimlib_extract_image(wim, WIMLIB_ALL_IMAGES, argv[2], 0, NULL);
 
        /* Free the WIM file */
        wimlib_free(wim);