]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
imagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX
[wimlib] / programs / imagex.c
index e55828e367fe5449afa8b2fb29b41065183bcaeb..59335996c57b7bf9a9d3950d7ef61dc073be59e6 100644 (file)
@@ -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;