[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.45 and 1.46

version 1.45, 2006/05/30 07:00:30 version 1.46, 2006/05/30 21:41:00
Line 109 
Line 109 
   
         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, 0);          cvs_file_classify(cf, NULL, 0);
   
         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.45  
changed lines
  Added in v.1.46