[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.51 and 1.52

version 1.51, 2006/01/02 08:11:56 version 1.52, 2006/01/27 15:26:38
Line 223 
Line 223 
                 return (0);                  return (0);
         }          }
   
         rf = rcs_open(rcspath, RCS_READ);          if ((rf = rcs_open(rcspath, RCS_READ)) == NULL)
         if (rf == NULL)                  fatal("cvs_getlog_local: rcs_open `%s': %s", rcspath,
                 return (CVS_EX_DATA);                      strerror(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.51  
changed lines
  Added in v.1.52