[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.57 and 1.58

version 1.57, 2005/03/24 14:35:18 version 1.58, 2005/03/26 08:09:54
Line 832 
Line 832 
         cfp->cf_name = cvs_strdup(basename(path));          cfp->cf_name = cvs_strdup(basename(path));
         if (cfp->cf_name == NULL) {          if (cfp->cf_name == NULL) {
                 cvs_log(LP_ERR, "failed to copy file name");                  cvs_log(LP_ERR, "failed to copy file name");
                   cvs_file_free(cfp);
                 return (NULL);                  return (NULL);
         }          }
         cfp->cf_type = type;          cfp->cf_type = type;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58