FS-9785: Fix format-truncation warnings for systems that treat it as an error.

This commit is contained in:
Trever L. Adams
2017-06-28 06:10:46 -06:00
parent ae5c197808
commit 052c7c3061
2 changed files with 3 additions and 3 deletions

View File

@@ -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};