Skip to content

Commit cd564ae

Browse files
authoredMay 16, 2017
Update tt_text.c
Fix truncation warnings from GCC 7.1
1 parent cf55b77 commit cd564ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tt_text.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ int tt_text_to_call10 (const char *text, int quiet, char *buttons)
468468
int errors = 0;
469469
int found;
470470
char padded[8];
471-
char stemp[8];
471+
char stemp[11];
472472

473473

474474
strcpy (buttons, "");

0 commit comments

Comments
 (0)