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

Diff for /src/usr.bin/cvs/rcs.c between version 1.269 and 1.270

version 1.269, 2008/06/10 20:30:17 version 1.270, 2008/06/12 07:16:14
Line 2986 
Line 2986 
   
         expand = 0;          expand = 0;
         lines = rcs_rev_getlines(rfp, rev, NULL);          lines = rcs_rev_getlines(rfp, rev, NULL);
         bp = cvs_buf_alloc(1024);          bp = cvs_buf_alloc(1024 * 1024);
   
         if (!(mode & RCS_KWEXP_NONE)) {          if (!(mode & RCS_KWEXP_NONE)) {
                 if (rfp->rf_expand != NULL)                  if (rfp->rf_expand != NULL)

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270