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

Diff for /src/usr.bin/rcs/rlog.c between version 1.12 and 1.13

version 1.12, 2005/10/28 10:15:07 version 1.13, 2005/11/17 18:03:51
Line 181 
Line 181 
         printf("total revisions: %u\n", file->rf_ndelta);          printf("total revisions: %u\n", file->rf_ndelta);
   
         if ((hflag == 0) || (tflag == 1))          if ((hflag == 0) || (tflag == 1))
         printf("description:\n%s", file->rf_desc);                  printf("description:\n%s", file->rf_desc);
   
         if ((hflag == 0) && (tflag == 0)) {          if ((hflag == 0) && (tflag == 0)) {
                 TAILQ_FOREACH(rdp, &(file->rf_delta), rd_list) {                  TAILQ_FOREACH(rdp, &(file->rf_delta), rd_list) {

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