From 94bcc72da97bc24c21f0333ee319674351763f91 Mon Sep 17 00:00:00 2001 From: Alex Alabuzhev Date: Fri, 30 Dec 2016 12:20:28 +0200 Subject: Increased name & password size to 256 --- plugins/GmailNotifier/src/stdafx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/GmailNotifier/src/stdafx.h b/plugins/GmailNotifier/src/stdafx.h index 10623f9466..b24ccc862c 100644 --- a/plugins/GmailNotifier/src/stdafx.h +++ b/plugins/GmailNotifier/src/stdafx.h @@ -41,8 +41,8 @@ typedef struct s_resultLink{ }resultLink; typedef struct s_Account{ - char name[64]; - char pass[64]; + char name[256]; + char pass[256]; char hosted[64]; MCONTACT hContact; int oldResults_num; @@ -88,4 +88,4 @@ int ParsePage(char *, resultLink *); void DeleteResults(resultLink *); void BuildList(void); -Account* GetAccountByContact(MCONTACT hContact); \ No newline at end of file +Account* GetAccountByContact(MCONTACT hContact); -- cgit v1.2.3