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

Diff for /src/usr.bin/rcs/rcs.c between version 1.53 and 1.54

version 1.53, 2009/02/25 23:16:20 version 1.54, 2009/04/14 21:16:40
Line 1175 
Line 1175 
                 }                  }
         }          }
   
         /* No matter what, we're going to need up the the description parsed */          /* No matter what, we'll need everything parsed up until the description
              so go for it. */
         rcs_parse_desc(rfp, NULL);          rcs_parse_desc(rfp, NULL);
   
         rdp = rcs_findrev(rfp, rfp->rf_head);          rdp = rcs_findrev(rfp, rfp->rf_head);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54