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

Diff for /src/usr.bin/cvs/status.c between version 1.71 and 1.72

version 1.71, 2007/01/31 21:07:36 version 1.72, 2007/02/09 03:49:15
Line 124 
Line 124 
   
         cvs_log(LP_TRACE, "cvs_status_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_status_local(%s)", cf->file_path);
   
         cvs_file_classify(cf, NULL, 1);          cvs_file_classify(cf, NULL);
   
         if (cf->file_type == CVS_DIR) {          if (cf->file_type == CVS_DIR) {
                 if (verbosity > 1)                  if (verbosity > 1)

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72