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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.88 and 1.89

version 1.88, 2006/01/26 09:05:31 version 1.89, 2006/02/05 18:21:44
Line 610 
Line 610 
             strlcat(cvs_proto_buf, (arg == NULL) ? "" : " ",              strlcat(cvs_proto_buf, (arg == NULL) ? "" : " ",
             sizeof(cvs_proto_buf)) >= sizeof(cvs_proto_buf) ||              sizeof(cvs_proto_buf)) >= sizeof(cvs_proto_buf) ||
             strlcat(cvs_proto_buf, (arg == NULL) ? "" : arg,              strlcat(cvs_proto_buf, (arg == NULL) ? "" : arg,
               sizeof(cvs_proto_buf)) >= sizeof(cvs_proto_buf) ||
               strlcat(cvs_proto_buf, "\n",
             sizeof(cvs_proto_buf)) >= sizeof(cvs_proto_buf))              sizeof(cvs_proto_buf)) >= sizeof(cvs_proto_buf))
                 fatal("cvs_sendreq: overflow when creating proto buffer");                  fatal("cvs_sendreq: overflow when creating proto buffer");
   

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89