X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=39899c4094e2c5eb80b296bc93d6e09161123de0;hp=b0df25d0719245c3dbab0d3580ea524019a607cb;hb=69f07a55f05919a15ff1ec77b963b48f5f6a5d04;hpb=2b16d2eda8eef17e1b8cdababae37410f87cd544 diff --git a/src/extract.c b/src/extract.c index b0df25d0..39899c40 100644 --- a/src/extract.c +++ b/src/extract.c @@ -2017,7 +2017,7 @@ wimlib_extract_image_from_pipe_with_progress(int pipe_fd, if (i == image) { /* Metadata resource is for the image being extracted. * Parse it and save the metadata in memory. */ - ret = read_metadata_resource(pwm, imd); + ret = read_metadata_resource(imd); if (ret) goto out_wimlib_free; imd->modified = 1;