[BACK]Return to process.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sed

Diff for /src/usr.bin/sed/process.c between version 1.28 and 1.29

version 1.28, 2016/05/30 18:10:29 version 1.29, 2016/10/11 19:27:39
Line 404 
Line 404 
             regexec_e(re, ps, REG_NOTBOL, 0, le, psl));              regexec_e(re, ps, REG_NOTBOL, 0, le, psl));
   
         /* Did not find the requested number of matches. */          /* Did not find the requested number of matches. */
         if (n > 1)          if (n > 0)
                 return (0);                  return (0);
   
         /* Copy the trailing retained string. */          /* Copy the trailing retained string. */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29