Mageia Bugzilla – Attachment 5296 Details for
Bug 13758
Recursive search feature of "rgrep" doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix "recursive search" bug of rgrep
jed-0.99.19-fix-bug-in-recurse.patch (text/plain), 277 bytes, created by
Gilles Allard
on 2014-07-17 18:54:11 CEST
(
hide
)
Description:
Patch to fix "recursive search" bug of rgrep
Filename:
MIME Type:
Creator:
Gilles Allard
Created:
2014-07-17 18:54:11 CEST
Size:
277 bytes
patch
obsolete
>--- ./src/rgrep.c~ 2014-07-17 14:14:24.000000000 +0000 >+++ ./src/rgrep.c 2014-07-17 14:31:44.258692645 +0000 >@@ -624,8 +624,6 @@ > struct stat buf; > int mode; > >- return 0; >- > if (stat(dir, &buf)) return -1; > if ((buf.st_mode & S_IFMT) == S_IFREG) > return 0;
--- ./src/rgrep.c~ 2014-07-17 14:14:24.000000000 +0000 +++ ./src/rgrep.c 2014-07-17 14:31:44.258692645 +0000 @@ -624,8 +624,6 @@ struct stat buf; int mode; - return 0; - if (stat(dir, &buf)) return -1; if ((buf.st_mode & S_IFMT) == S_IFREG) return 0;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13758
: 5296