mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-17 03:49:33 +00:00
Update tt_text.c
Fix truncation warnings from GCC 7.1
This commit is contained in:
parent
cf55b774e6
commit
cd564ae398
@ -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, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user