]> wimlib.net Git - wimlib/commitdiff
imagex_extract(): Set WIMLIB_EXTRACT_FLAG_NORPFIX
authorEric Biggers <ebiggers3@gmail.com>
Sun, 5 May 2013 20:24:14 +0000 (15:24 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 5 May 2013 20:24:14 +0000 (15:24 -0500)
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(".");
        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;
 
        const tchar *swm_glob = NULL;
        WIMStruct **additional_swms = NULL;