Adjusted the proxy char array sizes

This commit is contained in:
wiidev 2020-09-07 22:08:52 +01:00
parent a80d629859
commit 541836a643

View File

@ -1200,8 +1200,8 @@ public:
bool proxyUseSystem;
char proxyAddress[256];
u16 proxyPort;
char proxyUsername[34];
char proxyPassword[34];
char proxyUsername[33];
char proxyPassword[33];
/* general thread updating stuff */
u64 m_thrdTotal;