[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.201 and 1.202

version 1.201, 2007/01/16 02:52:56 version 1.202, 2007/01/25 18:35:30
Line 3106 
Line 3106 
                         /* tmpbuf is now ready, convert to string */                          /* tmpbuf is now ready, convert to string */
                         line->l_len = len;                          line->l_len = len;
                         line->l_line = cvs_buf_release(tmpbuf);                          line->l_line = cvs_buf_release(tmpbuf);
                           line->l_needsfree = 1;
                 }                  }
         }          }
 }  }

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202