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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.18 and 1.19

version 1.18, 2005/10/06 01:24:25 version 1.19, 2005/10/06 01:26:12
Line 87 
Line 87 
         strlcpy(out, fpath, len);          strlcpy(out, fpath, len);
         if (verbose == 1) {          if (verbose == 1) {
                 if (!strcmp(__progname, "co")) {                  if (!strcmp(__progname, "co")) {
                         printf("%s --> ", filev);                          printf("%s --> ", fpath);
                         if ((s = strrchr(filev, ',')) != NULL) {                          if ((s = strrchr(filev, ',')) != NULL) {
                                 *s = '\0';                                  *s = '\0';
                                 printf("%s\n", fname);                                  printf("%s\n", fname);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19