mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
Adjusted the proxy char array sizes
This commit is contained in:
parent
a80d629859
commit
541836a643
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user