Update tt_text.c

Fix truncation warnings from GCC 7.1
This commit is contained in:
Dwaine Garden 2017-05-16 00:05:31 -04:00 committed by GitHub
parent cf55b774e6
commit cd564ae398
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ int tt_text_to_call10 (const char *text, int quiet, char *buttons)
int errors = 0;
int found;
char padded[8];
char stemp[8];
char stemp[11];
strcpy (buttons, "");