mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Merge "main/astfd: Fix GCC8 format-truncation warning." into 16
This commit is contained in:
@@ -53,7 +53,7 @@ static struct fdleaks {
|
|||||||
unsigned int isopen:1;
|
unsigned int isopen:1;
|
||||||
char file[40];
|
char file[40];
|
||||||
char function[25];
|
char function[25];
|
||||||
char callargs[60];
|
char callargs[100];
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
} fdleaks[1024] = { { "", }, };
|
} fdleaks[1024] = { { "", }, };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user