Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-updates-src > by-pkgid > 55633ddad50012e44095192076294922 > files > 3

jed-0.99.19-6.1.mga3.src.rpm

--- ./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;