Index: ossp-pkg/xds/vencode.c RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/vencode.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/vencode.c,v' 2>/dev/null --- vencode.c 2001/07/16 17:50:07 1.5 +++ vencode.c 2001/07/16 18:28:32 1.6 @@ -61,7 +61,7 @@ assert(rc == XDS_OK || rc == XDS_ERR_NO_MEM); if (rc != XDS_OK) return rc; - printf("Enlarged buffer to %d byte.\n", xds->buffer_capacity); + printf("Setting up buffer with capacity %d byte.\n", xds->buffer_capacity); xds->buffer_len = 0; xds->we_own_buffer = (1==1); }