Author: rhs
Date: Tue Jul 3 14:03:30 2012
New Revision: 1356740
URL: http://svn.apache.org/viewvc?rev=1356740&view=rev
Log:
better default size for pn_print_atoms
Modified:
qpid/proton/trunk/proton-c/src/codec/codec.c
Modified: qpid/proton/trunk/proton-c/src/codec/codec.c
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/codec/codec.c?rev=1356740&r1=1356739&r2=1356740&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/codec/codec.c (original)
+++ qpid/proton/trunk/proton-c/src/codec/codec.c Tue Jul 3 14:03:30 2012
@@ -303,7 +303,7 @@ ssize_t pn_format_atoms(char *buf, size_
int pn_print_atoms(const pn_atoms_t *atoms)
{
- int size = 4;
+ int size = 128;
while (true)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]