components/unrar/patches/04.options.hpp.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Thu, 30 Oct 2014 09:08:58 -0700
changeset 2185 75034a1acbe6
parent 779 0efb89d4efa5
permissions -rw-r--r--
19878486 update timezone data to 2014i
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