diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 21:41:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 21:41:29 +0000 |
commit | b9252dfd932a2b3fc7db1adfe4f0149390dcdb58 (patch) | |
tree | c604a7a8431009e87fba90dc3342a1c62e3141ca /plugins/MyDetails/data.h | |
parent | f695fb115e898ee1c4068b8b5a0d1a74d4d08196 (diff) |
64-bit fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/data.h')
-rw-r--r-- | plugins/MyDetails/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/data.h b/plugins/MyDetails/data.h index 3ae7b024e5..4f3a560ce9 100644 --- a/plugins/MyDetails/data.h +++ b/plugins/MyDetails/data.h @@ -34,7 +34,7 @@ protected: bool can_have_listening_to;
int PF3;
- void lcopystr(TCHAR *dest, TCHAR *src, int maxlen);
+ void lcopystr(TCHAR *dest, TCHAR *src, size_t maxlen);
public:
// Name of protocol
|