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

Diff for /src/usr.bin/cvs/file.c between version 1.231 and 1.232

version 1.231, 2008/03/09 02:06:32 version 1.232, 2008/03/09 02:30:42
Line 619 
Line 619 
         cvs_log(LP_TRACE, "cvs_file_classify(%s, %s)", cf->file_path,          cvs_log(LP_TRACE, "cvs_file_classify(%s, %s)", cf->file_path,
             (tag != NULL) ? tag : "none");              (tag != NULL) ? tag : "none");
   
         if (cf->file_type == CVS_DIR && cf->user_supplied) {          if (!strcmp(cf->file_path, ".")) {
                 cf->file_status = FILE_UPTODATE;                  cf->file_status = FILE_UPTODATE;
                 return;                  return;
         }          }

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.232