AMPS: Fixed minor compiler warning

This commit is contained in:
Andreas Eversberg 2021-10-31 07:11:56 +01:00
parent 4e3b7952d1
commit c0aab6d60e
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ static const char *ie_bspc(uint64_t value)
static const char *ie_chan(uint64_t value)
{
static char string[32];
static char string[64];
if (value == 0)
return "No channel";