[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.53 and 1.54

version 1.53, 2006/01/29 11:09:45 version 1.54, 2006/01/30 17:58:47
Line 225 
Line 225 
   
         if ((rf = rcs_open(rcspath, RCS_READ|RCS_PARSE_FULLY)) == NULL)          if ((rf = rcs_open(rcspath, RCS_READ|RCS_PARSE_FULLY)) == NULL)
                 fatal("cvs_getlog_local: rcs_open `%s': %s", rcspath,                  fatal("cvs_getlog_local: rcs_open `%s': %s", rcspath,
                     strerror(rcs_errno));                      rcs_errstr(rcs_errno));
   
         cvs_printf("\nRCS file: %s", rcspath);          cvs_printf("\nRCS file: %s", rcspath);
         cvs_printf("\nWorking file: %s", cf->cf_name);          cvs_printf("\nWorking file: %s", cf->cf_name);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54