[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.12 and 1.13

version 1.12, 2005/09/29 21:30:10 version 1.13, 2005/09/29 21:38:01
Line 85 
Line 85 
         }          }
   
         strlcpy(out, fpath, len);          strlcpy(out, fpath, len);
         if (verbose) {          if (verbose != 0) {
                 if (!strcmp(__progname, "co")) {                  if (!strcmp(__progname, "co")) {
                         printf("%s --> ", filev);                          printf("%s --> ", filev);
                         if ((s = strrchr(filev, ',')) != NULL) {                          if ((s = strrchr(filev, ',')) != NULL) {
Line 246 
Line 246 
   
                 rcs_close(file);                  rcs_close(file);
   
                 if (verbose)                  if (verbose != 0)
                         printf("done\n");                          printf("done\n");
         }          }
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13