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

Diff for /src/usr.bin/cvs/entries.c between version 1.99 and 1.100

version 1.99, 2008/06/14 03:58:29 version 1.100, 2008/06/14 20:04:14
Line 508 
Line 508 
                 return;                  return;
   
         if (tag != NULL || cvs_specified_date != -1 ||          if (tag != NULL || cvs_specified_date != -1 ||
             cvs_directory_date == -1) {              cvs_directory_date != -1) {
                 if ((fp = fopen(tagpath, "w+")) == NULL) {                  if ((fp = fopen(tagpath, "w+")) == NULL) {
                         if (errno != ENOENT) {                          if (errno != ENOENT) {
                                 cvs_log(LP_NOTICE, "failed to open `%s' : %s",                                  cvs_log(LP_NOTICE, "failed to open `%s' : %s",

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100