ports/net-im/kopete/files/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp
Tobias C. Berner e714368786 Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
2018-04-28 18:11:49 +00:00

11 lines
521 B
C++

--- protocols/oscar/liboscar/tasks/chatnavservicetask.cpp.orig 2018-03-31 17:20:06 UTC
+++ protocols/oscar/liboscar/tasks/chatnavservicetask.cpp
@@ -103,7 +103,7 @@ bool ChatNavServiceTask::take( Transfer* transfer )
void ChatNavServiceTask::onGo()
{
FLAP f = { 0x02, 0, 0x00 };
- SNAC s = { 0x000D, m_type, 0x0000, client()->snacSequence() };
+ SNAC s = { 0x000D, static_cast<WORD>(m_type), 0x0000, client()->snacSequence() };
Buffer* b = new Buffer();
Transfer* t = createTransfer( f, s, b );