[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.41 and 1.42

version 1.41, 2016/10/18 21:06:52 version 1.42, 2019/08/10 16:13:46
Line 496 
Line 496 
                                 if (lp == NULL)                                  if (lp == NULL)
                                         errx(1, "ed_patch_lines");                                          errx(1, "ed_patch_lines");
   
                                 if (!memcmp(lp->l_line, ".", 1))                                  if (lp->l_len == 2 && lp->l_line[0] == '.')
                                         break;                                          break;
   
                                 TAILQ_REMOVE(&(plines->l_lines), lp, l_list);                                  TAILQ_REMOVE(&(plines->l_lines), lp, l_list);

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