diff options
Diffstat (limited to 'packages/net-im/spectrum/files')
-rw-r--r-- | packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff b/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff deleted file mode 100644 index f16e44e..0000000 --- a/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff +++ /dev/null @@ -1,17 +0,0 @@ -Source: upstream code repo -Reason: build fix (typo) -Upstream: fixed - -diff --git a/libtransport/NetworkPluginServer.cpp b/libtransport/NetworkPluginServer.cpp -index bff05a6a..c4e19f70 100644 ---- a/libtransport/NetworkPluginServer.cpp -+++ b/libtransport/NetworkPluginServer.cpp -@@ -1815,7 +1815,7 @@ void NetworkPluginServer::wrapIncomingImage(Swift::Message* msg, const pbnetwork - msg->addPayload(oob_payload); - msg->setBody(image_url); - } else { -- LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml()) -+ LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml()); - } - } - } |