Index: configure =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: addons/ooh323c/src/encode.c =================================================================== --- addons/ooh323c/src/encode.c (revision 403191) +++ addons/ooh323c/src/encode.c (working copy) @@ -409,6 +409,8 @@ int encodeConstrainedStringEx (OOCTXT* pctxt, /* because it will be cleared in encodeLength from the context.. */ Asn1SizeCnst* psize = pctxt->pSizeConstraint; + OOTRACEDBGA3("encodeConstrainedStringEx: %s, %s\n", string, charSet); + /* Encode length */ stat = encodeLength (pctxt, len);