components/unrar/patches/04.options.hpp.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Mon, 03 Aug 2015 02:40:05 -0700
changeset 4730 72b018b2d0fc
parent 779 0efb89d4efa5
permissions -rw-r--r--
21514375 problem in SERVICE/FTP-SERVER

--- options.hpp.orig	2012-04-17 10:53:02.384081275 -0700
+++ options.hpp	2012-04-17 10:53:11.332633173 -0700
@@ -35,7 +35,7 @@
   RECURSE_NONE=0,    // no recurse switches
   RECURSE_DISABLE,   // switch -r-
   RECURSE_ALWAYS,    // switch -r
-  RECURSE_WILDCARDS, // switch -r0
+  RECURSE_WILDCARDS  // switch -r0
 };
 
 enum OVERWRITE_MODE