mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-9785: Fix format-truncation warnings for systems that treat it as an error.
This commit is contained in:
@@ -76,7 +76,7 @@ static int is_color = 1;
|
||||
static int warn_stop = 0;
|
||||
static int connected = 0;
|
||||
static int allow_ctl_c = 0;
|
||||
static char bare_prompt_str[512] = "";
|
||||
static char bare_prompt_str[514] = "";
|
||||
static int bare_prompt_str_len = 0;
|
||||
static char prompt_str[512] = "";
|
||||
static char prompt_color[12] = {ESL_SEQ_DEFAULT_COLOR};
|
||||
|
Reference in New Issue
Block a user