[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.18 and 1.19

version 1.18, 2006/06/09 22:09:33 version 1.19, 2006/06/11 22:21:23
Line 2572 
Line 2572 
         char expbuf[256], buf[256];          char expbuf[256], buf[256];
         struct tm tb;          struct tm tb;
         char *fmt;          char *fmt;
         size_t len, newlen, tbuflen;          size_t len, tbuflen;
   
         kwtype = 0;          kwtype = 0;
         kwstr = NULL;          kwstr = NULL;
Line 2586 
Line 2586 
                 rcs_set_tz(timezone_flag, rdp, &tb);                  rcs_set_tz(timezone_flag, rdp, &tb);
   
         len = rcs_buf_len(bp);          len = rcs_buf_len(bp);
         newlen = 0;  
   
         c = rcs_buf_get(bp);          c = rcs_buf_get(bp);
         found = 0;          found = 0;

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