From 12ac04231b8d358e70c830f7958f7efbc0f7c0d1 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 15 Feb 2007 20:24:08 +0000 Subject: merge -r 57761:57967 im-email-session-3, removes database load from IM to email session tracking, introduces new format for email return addresses --- indra/llcommon/llsdserialize_xml.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llcommon/llsdserialize_xml.cpp') diff --git a/indra/llcommon/llsdserialize_xml.cpp b/indra/llcommon/llsdserialize_xml.cpp index c21b8f19a4..796cd9f9f4 100644 --- a/indra/llcommon/llsdserialize_xml.cpp +++ b/indra/llcommon/llsdserialize_xml.cpp @@ -171,6 +171,7 @@ S32 LLSDXMLFormatter::format_impl(const LLSD& data, std::ostream& ostr, U32 opti else { // *FIX: memory inefficient. + // *TODO: convert to use LLBase64 ostr << pre << ""; int b64_buffer_length = apr_base64_encode_len(buffer.size()); char* b64_buffer = new char[b64_buffer_length]; -- cgit v1.2.3