From: Eric Biggers Date: Sun, 5 May 2013 20:24:14 +0000 (-0500) Subject: imagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX X-Git-Tag: v1.4.0~113 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=f11131e8a6b03d6b076dcefdfbdaa3ba9fd17a39 imagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX --- diff --git a/programs/imagex.c b/programs/imagex.c index e55828e3..59335996 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1922,7 +1922,7 @@ imagex_extract(int argc, tchar **argv) const tchar *wimfile; const tchar *image_num_or_name; tchar *dest_dir = T("."); - int extract_flags = WIMLIB_EXTRACT_FLAG_SEQUENTIAL; + int extract_flags = WIMLIB_EXTRACT_FLAG_SEQUENTIAL | WIMLIB_EXTRACT_FLAG_NORPFIX; const tchar *swm_glob = NULL; WIMStruct **additional_swms = NULL;