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

Diff for /src/usr.bin/cvs/getlog.c between version 1.75 and 1.76

version 1.75, 2007/07/17 19:56:08 version 1.76, 2007/07/17 19:59:25
Line 138 
Line 138 
         } else {          } else {
                 if (cvs_cmdop == CVS_OP_RLOG &&                  if (cvs_cmdop == CVS_OP_RLOG &&
                     chdir(current_cvsroot->cr_dir) == -1)                      chdir(current_cvsroot->cr_dir) == -1)
                         fatal("cvs_server_log: %s", strerror(errno));                          fatal("cvs_getlog: %s", strerror(errno));
   
                 cr.fileproc = cvs_log_local;                  cr.fileproc = cvs_log_local;
         }          }

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76