[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.35 and 1.36

version 1.35, 2009/10/27 23:59:37 version 1.36, 2010/07/16 23:27:58
Line 303 
Line 303 
         else          else
                 dp->d_status = diffreg(path1, path2, flags);                  dp->d_status = diffreg(path1, path2, flags);
         if (!lflag)          if (!lflag)
                 print_status(dp->d_status, path1, path2, NULL);                  print_status(dp->d_status, path1, path2, "");
 }  }
   
 /*  /*

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36