]> git.pld-linux.org Git - packages/mc.git/commitdiff
- outdated
authorKarol Krenski <charles@pld-linux.org>
Fri, 28 Jan 2011 00:22:17 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mc-find_options.patch -> 1.2

mc-find_options.patch [deleted file]

diff --git a/mc-find_options.patch b/mc-find_options.patch
deleted file mode 100644 (file)
index c3a5be9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
- /*
This page took 0.059209 seconds and 4 git commands to generate.