From e107103c369826d61b0cdc38a53c00a82d5d921d Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 10 Nov 2012 11:21:40 +0000 Subject: minor type fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Twitter') diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp index 93f7e55919..bf13f01c76 100644 --- a/protocols/Twitter/src/proto.cpp +++ b/protocols/Twitter/src/proto.cpp @@ -118,9 +118,9 @@ DWORD_PTR TwitterProto::GetCaps(int type,HANDLE hContact) case PFLAG_MAXLENOFMESSAGE: return 159; // 140 + + 4 ("RT @"). this allows for the new style retweets case PFLAG_UNIQUEIDTEXT: - return (int) "Username"; + return (DWORD_PTR) "Username"; case PFLAG_UNIQUEIDSETTING: - return (int) TWITTER_KEY_UN; + return (DWORD_PTR) TWITTER_KEY_UN; } return 0; } -- cgit v1.2.3