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

Diff for /src/usr.bin/diff/diffdir.c between version 1.12 and 1.13

version 1.12, 2003/06/25 21:43:49 version 1.13, 2003/06/25 22:14:43
Line 338 
Line 338 
         if (!ascii(f1) || !ascii(f2)) {          if (!ascii(f1) || !ascii(f2)) {
                 if (lflag)                  if (lflag)
                         dp->d_flags |= DIFFER;                          dp->d_flags |= DIFFER;
                 else if (opt == D_NORMAL || opt == D_CONTEXT)                  else if (opt == D_NORMAL || opt == D_CONTEXT || opt == D_UNIFIED)
                         printf("Binary files %s and %s differ\n",                          printf("Binary files %s and %s differ\n",
                             file1, file2);                              file1, file2);
                 goto closem;                  goto closem;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13