From f11131e8a6b03d6b076dcefdfbdaa3ba9fd17a39 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 5 May 2013 15:24:14 -0500 Subject: [PATCH] imagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX --- programs/imagex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0