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

Diff for /src/usr.bin/cvs/admin.c between version 1.47 and 1.48

version 1.47, 2007/02/01 09:45:43 version 1.48, 2007/02/09 03:49:15
Line 201 
Line 201 
   
         cvs_log(LP_TRACE, "cvs_admin_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_admin_local(%s)", cf->file_path);
   
         cvs_file_classify(cf, NULL, 0);          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.47  
changed lines
  Added in v.1.48