mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-23 09:11:11 +01:00
Adjusted the proxy char array sizes
This commit is contained in:
parent
a80d629859
commit
541836a643
@ -1200,8 +1200,8 @@ public:
|
|||||||
bool proxyUseSystem;
|
bool proxyUseSystem;
|
||||||
char proxyAddress[256];
|
char proxyAddress[256];
|
||||||
u16 proxyPort;
|
u16 proxyPort;
|
||||||
char proxyUsername[34];
|
char proxyUsername[33];
|
||||||
char proxyPassword[34];
|
char proxyPassword[33];
|
||||||
|
|
||||||
/* general thread updating stuff */
|
/* general thread updating stuff */
|
||||||
u64 m_thrdTotal;
|
u64 m_thrdTotal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user