You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2012/07/03 16:03:31 UTC

svn commit: r1356740 - /qpid/proton/trunk/proton-c/src/codec/codec.c

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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org