[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.112 and 1.113

version 1.112, 2008/04/18 20:26:07 version 1.113, 2008/04/24 19:13:56
Line 322 
Line 322 
         i = vasprintf(&data, fmt, ap);          i = vasprintf(&data, fmt, ap);
         va_end(ap);          va_end(ap);
         if (i == -1)          if (i == -1)
                 fatal("cvs_client_send_request: %s", strerror(errno));                  fatal("cvs_client_send_request: could not allocate memory");
   
         if ((s = strchr(data, ' ')) != NULL)          if ((s = strchr(data, ' ')) != NULL)
                 *s = '\0';                  *s = '\0';

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113