diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-31 20:38:31 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-31 20:38:31 +0000 |
commit | ff035d5933b88c564fdbf8ef5f899b6fa3ac63bb (patch) | |
tree | b7624e680b476c2115ce09fb6b799792252a6534 /plugins/TipperYM/src/subst.h | |
parent | c213884746cb362887c9e01058dbc636ed222add (diff) |
Tipper YM:
-Minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/subst.h')
-rw-r--r-- | plugins/TipperYM/src/subst.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h index 53c2d9ab51..66b5712462 100644 --- a/plugins/TipperYM/src/subst.h +++ b/plugins/TipperYM/src/subst.h @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. #ifndef _SUBST_INC
#define _SUBST_INC
-bool GetLabelText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
-bool GetValueText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
+bool GetLabelText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, size_t iBufflen);
+bool GetValueText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, size_t iBufflen);
bool CheckContactType(MCONTACT hContact, const DISPLAYITEM &di);
|