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

Diff for /src/usr.bin/cvs/import.c between version 1.68 and 1.69

version 1.68, 2007/02/01 11:06:25 version 1.69, 2007/02/09 03:49:15
Line 166 
Line 166 
   
         cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_import_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 (!strcmp(cf->file_path, "."))                  if (!strcmp(cf->file_path, "."))

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69