[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.119 and 1.120

version 1.119, 2008/02/04 15:07:33 version 1.120, 2008/02/04 18:23:58
Line 193 
Line 193 
         } else {          } else {
                 if (cvs_specified_tag != NULL)                  if (cvs_specified_tag != NULL)
                         cvs_write_tagfile(cf->file_path,                          cvs_write_tagfile(cf->file_path,
                                     cvs_specified_tag, NULL, 0);                                      cvs_specified_tag, NULL);
         }          }
 }  }
   

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120