Avoid format-truncation warning

This commit is contained in:
Kim Woelders 2018-08-12 17:39:13 +02:00
parent fa26f27075
commit 03408c7d36
1 changed files with 1 additions and 1 deletions

View File

@ -5833,7 +5833,7 @@ void
Epplet_modify_multi_config(const char *shortkey, char **values, int num)
{
int i, j, k, matches;
char key[64], key2[64];
char key[64], key2[80];
char *s;
if (!shortkey)