Cross Reference: 04.options.hpp.patch
xref
: /
solaris-userland
/
components
/
unrar
/
patches
/
04.options.hpp.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
819
N/A
---
options.hpp.orig
2012-04-17 10:53:02.384081275 -0700
819
N/A
+++
options.hpp
2012-04-17 10:53:11.332633173 -0700
819
N/A
@@ -35,7 +35,7 @@
819
N/A
RECURSE_NONE=0, // no recurse switches
819
N/A
RECURSE_DISABLE, // switch -r-
819
N/A
RECURSE_ALWAYS, // switch -r
819
N/A
- RECURSE_WILDCARDS, // switch -r0
819
N/A
+ RECURSE_WILDCARDS // switch -r0
819
N/A
};
819
N/A
819
N/A
enum OVERWRITE_MODE