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

Diff for /src/usr.bin/cvs/update.c between version 1.127 and 1.128

version 1.127, 2008/02/09 17:01:43 version 1.128, 2008/02/09 17:52:32
Line 204 
Line 204 
                     cf->file_path, CVS_PATH_TAG);                      cf->file_path, CVS_PATH_TAG);
                 (void)unlink(fpath);                  (void)unlink(fpath);
         } else {          } else {
                 if (cvs_specified_tag != NULL)                  if (cvs_specified_tag != NULL || cvs_specified_date != 0)
                         cvs_write_tagfile(cf->file_path,                          cvs_write_tagfile(cf->file_path,
                                     cvs_specified_tag, NULL);                                      cvs_specified_tag, NULL);
         }          }

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128