SOURCES: mc-find_options.patch (NEW) - make "regular expression" a...

hawk hawk at pld-linux.org
Wed Apr 9 18:48:12 CEST 2008


Author: hawk                         Date: Wed Apr  9 16:48:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make "regular expression" and "case sensitive" file find options disabled
  by default (just like in mc 4.6.1)

---- Files affected:
SOURCES:
   mc-find_options.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mc-find_options.patch
diff -u /dev/null SOURCES/mc-find_options.patch:1.1
--- /dev/null	Wed Apr  9 18:48:12 2008
+++ SOURCES/mc-find_options.patch	Wed Apr  9 18:48:07 2008
@@ -0,0 +1,14 @@
+diff -ur mc-2007-06-23-14.orig/src/find.c mc-2007-06-23-14/src/find.c
+--- mc-2007-06-23-14.orig/src/find.c	2008-04-09 17:53:11.000000000 +0200
++++ mc-2007-06-23-14/src/find.c	2008-04-09 18:36:30.000000000 +0200
+@@ -140,8 +140,8 @@
+ /* FIXME: r should be local variable */
+ static regex_t *r; /* Pointer to compiled content_pattern */
+  
+-static int case_sensitive = 1;
+-static gboolean find_regex_flag = TRUE;
++static int case_sensitive = 0;
++static gboolean find_regex_flag = FALSE;
+ static int find_recursively = 1;
+ 
+ /*
================================================================


More information about the pld-cvs-commit mailing list