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

Diff for /src/usr.bin/cvs/log.c between version 1.40 and 1.41

version 1.40, 2007/06/26 02:24:10 version 1.41, 2007/09/07 23:59:01
Line 94 
Line 94 
                 else                  else
                         putc('C', out);                          putc('C', out);
                 (void)fputs("-> ", out);                  (void)fputs("-> ", out);
         } else {          } else if (level != LP_RCS) {
                 (void)fputs(__progname, out);                  (void)fputs(__progname, out);
                 if (cvs_command != NULL) {                  if (cvs_command != NULL) {
                         /*                          /*

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41