From b2f86045d3b3dc2a454f127f186429b60e493072 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Feb 2015 23:36:02 +0000 Subject: merge from branch git-svn-id: http://svn.miranda-ng.org/main/trunk@12029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp') diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp index 035a3c9d39..00909b6855 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeWriter.cpp @@ -134,7 +134,7 @@ void BinTreeNodeWriter::writeAttributes(std::map* attributes) } } -void BinTreeNodeWriter::writeString(const std::string& tag) +void BinTreeNodeWriter::writeString(const std::string &tag) { int token = WAConnection::tokenLookup(tag); if (token != -1) @@ -151,7 +151,7 @@ void BinTreeNodeWriter::writeString(const std::string& tag) } } -void BinTreeNodeWriter::writeJid(std::string* user, const std::string& server) +void BinTreeNodeWriter::writeJid(std::string* user, const std::string &server) { out->write(250); if (user != NULL && !user->empty()) @@ -265,12 +265,12 @@ void BinTreeNodeWriter::write(const ProtocolTreeNode &node, bool needsFlush) this->mutex->lock(); try { this->writeDummyHeader(); - #ifdef _DEBUG + if (bSecure) { string tmp = node.toString(); this->realOut->log(tmp.c_str()); } - #endif + if (node.tag.empty()) out->write(0); else -- cgit v1.2.3