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

Diff for /src/usr.bin/rcs/diff3.c between version 1.42 and 1.43

version 1.42, 2019/08/10 16:13:46 version 1.43, 2019/08/10 16:39:33
Line 496 
Line 496 
                                 if (lp == NULL)                                  if (lp == NULL)
                                         errx(1, "ed_patch_lines");                                          errx(1, "ed_patch_lines");
   
                                 if (lp->l_len == 2 && lp->l_line[0] == '.')                                  if (lp->l_len == 2 &&
                                       lp->l_line[0] == '.' &&
                                       lp->l_line[1] == '\n')
                                         break;                                          break;
   
                                 TAILQ_REMOVE(&(plines->l_lines), lp, l_list);                                  TAILQ_REMOVE(&(plines->l_lines), lp, l_list);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43