ossp-pkg/xds/vencode.c 1.5 -> 1.6
--- 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);
}
|
|