Merge "main/astfd: Fix GCC8 format-truncation warning." into 16

16.1
George Joseph 7 years ago committed by Gerrit Code Review
commit 649ee402e5

@ -53,7 +53,7 @@ static struct fdleaks {
unsigned int isopen:1;
char file[40];
char function[25];
char callargs[60];
char callargs[100];
struct timeval now;
} fdleaks[1024] = { { "", }, };

Loading…
Cancel
Save