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

Diff for /src/usr.bin/cvs/add.c between version 1.23 and 1.24

version 1.23, 2005/07/10 21:55:30 version 1.24, 2005/07/23 11:19:46
Line 131 
Line 131 
                 return (ret);                  return (ret);
         }          }
   
         if (cf->cf_cvstat == CVS_FST_UNKNOWN)          if (cf->cf_cvstat == CVS_FST_ADDED)
                 ret = cvs_sendreq(root, CVS_REQ_ISMODIFIED,                  ret = cvs_sendreq(root, CVS_REQ_ISMODIFIED,
                     cf->cf_name);                      cf->cf_name);
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24