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

Diff for /src/usr.bin/cvs/diff3.c between version 1.26 and 1.27

version 1.26, 2006/07/08 09:25:44 version 1.27, 2006/10/24 06:22:53
Line 315 
Line 315 
         end = 0;          end = 0;
         for (lp = TAILQ_NEXT(lp, l_list); lp != NULL;          for (lp = TAILQ_NEXT(lp, l_list); lp != NULL;
             lp = TAILQ_NEXT(lp, l_list)) {              lp = TAILQ_NEXT(lp, l_list)) {
                   if (lp->l_line[0] == '\0')
                           fatal("ed_patch_lines");
                 op = lp->l_line[strlen(lp->l_line) - 1];                  op = lp->l_line[strlen(lp->l_line) - 1];
                 start = (int)strtol(lp->l_line, &ep, 10);                  start = (int)strtol(lp->l_line, &ep, 10);
                 if (op == 'a') {                  if (op == 'a') {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27