X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=115d5ead871486172627e7b0aa74d0e562edf1a0;hp=a087a76d48adbfad43409e8fe75d038c09906c1a;hb=df1050ef86e54f027912a15fe60bf67c8ab43d2c;hpb=888cb65de7d0bd6c14c2247288244ed42f8754aa diff --git a/src/extract.c b/src/extract.c index a087a76d..115d5ead 100644 --- a/src/extract.c +++ b/src/extract.c @@ -2776,8 +2776,7 @@ wimlib_extract_image_from_pipe(int pipe_fd, const tchar *image_num_or_name, * wimlib_open_wim(), getting a WIMStruct in this way will result in * an empty lookup table, no XML data read, and no filename set. */ ret = open_wim_as_WIMStruct(&pipe_fd, - WIMLIB_OPEN_FLAG_FROM_PIPE | - WIMLIB_OPEN_FLAG_SPLIT_OK, + WIMLIB_OPEN_FLAG_FROM_PIPE, &pwm, progress_func); if (ret) return ret;