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

Diff for /src/usr.bin/cvs/client.c between version 1.104 and 1.105

version 1.104, 2008/02/10 14:08:52 version 1.105, 2008/02/11 20:33:11
Line 134 
Line 134 
         int i, first;          int i, first;
   
         first = 0;          first = 0;
         bp = cvs_buf_alloc(512, BUF_AUTOEXT);          bp = cvs_buf_alloc(512);
         for (i = 0; cvs_responses[i].supported != -1; i++) {          for (i = 0; cvs_responses[i].supported != -1; i++) {
                 if (cvs_responses[i].hdlr == NULL)                  if (cvs_responses[i].hdlr == NULL)
                         continue;                          continue;

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105