[apps/cmm] size optimization for new proxy settings
This commit is contained in:
@@ -68,8 +68,8 @@ _http http = 0;
|
||||
progress_bar prbar;
|
||||
proc_info Form;
|
||||
|
||||
char settings_file[4096];
|
||||
char proxy_address[4096];
|
||||
char settings_file[256];
|
||||
char proxy_address[768];
|
||||
|
||||
#include "settings.h"
|
||||
#include "tabs.h"
|
||||
|
||||
@@ -25,8 +25,8 @@ char uEdit[URL_SIZE];
|
||||
char filepath[4096];
|
||||
char save_dir[4096];
|
||||
|
||||
char settings_file[4096];
|
||||
char proxy_address[4096];
|
||||
char settings_file[256];
|
||||
char proxy_address[768];
|
||||
|
||||
#include "settings.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user