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

Diff for /src/usr.bin/diff3/diff3prog.c between version 1.2 and 1.3

version 1.2, 2003/07/14 17:43:52 version 1.3, 2003/10/24 20:32:06
Line 450 
Line 450 
         int j, n;          int j, n;
   
         for (n = 0; cline[i] < from - 1; n += j) {          for (n = 0; cline[i] < from - 1; n += j) {
                 if ((j = getline(fp[i])) == NULL)                  if ((j = getline(fp[i])) == 0)
                         trouble();                          trouble();
                 if (pr != NULL)                  if (pr != NULL)
                         printf("%s%s", pr, line);                          printf("%s%s", pr, line);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3