X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=59335996c57b7bf9a9d3950d7ef61dc073be59e6;hp=e55828e367fe5449afa8b2fb29b41065183bcaeb;hb=f11131e8a6b03d6b076dcefdfbdaa3ba9fd17a39;hpb=2b2a672da8d6860b6677c1987ddb196f5dce313f 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;