diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 15:30:26 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 15:30:26 +0000 |
commit | 3af23d2c1dab24cbf3a6f971016ca5092249f63d (patch) | |
tree | 02d2925aa195a39fa675bd6f63bb1d476ef5d120 /protocols/Tlen/src/tlen_muc.cpp | |
parent | 4d8d70c251bae530d5a410e24fa597aea51e4f78 (diff) |
Tlen: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_muc.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_muc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_muc.cpp b/protocols/Tlen/src/tlen_muc.cpp index 1571b0d843..892da79ba6 100644 --- a/protocols/Tlen/src/tlen_muc.cpp +++ b/protocols/Tlen/src/tlen_muc.cpp @@ -221,7 +221,7 @@ INT_PTR TlenProtocol::MUCMenuHandleMUC(WPARAM wParam, LPARAM lParam) if (!isOnline)
return 1;
- TlenSend(this, "<p to='c' tp='c' id='"TLEN_IQID"%d'/>", TlenSerialNext(this));
+ TlenSend(this, "<p to='c' tp='c' id='" TLEN_IQID "%d'/>", TlenSerialNext(this));
return 0;
}
|