components/unrar/patches/04.options.hpp.patch
author pkidd <patrick.kidd@oracle.com>
Wed, 09 Nov 2016 15:58:37 -0800
branchs11u2-sru
changeset 7285 4217f0ddb5f4
parent 779 0efb89d4efa5
permissions -rw-r--r--
Closing branch for s11u2-sru
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
779
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- options.hpp.orig	2012-04-17 10:53:02.384081275 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ options.hpp	2012-04-17 10:53:11.332633173 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -35,7 +35,7 @@
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
   RECURSE_NONE=0,    // no recurse switches
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
   RECURSE_DISABLE,   // switch -r-
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
   RECURSE_ALWAYS,    // switch -r
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-  RECURSE_WILDCARDS, // switch -r0
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+  RECURSE_WILDCARDS  // switch -r0
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 };
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 enum OVERWRITE_MODE