Skip to content
Snippets Groups Projects
Commit e10033f0 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

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

parents fb333001 ebfb8bae
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ static struct fdleaks {
unsigned int isopen:1;
char file[40];
char function[25];
char callargs[60];
char callargs[100];
} fdleaks[1024] = { { "", }, };
/* COPY does ast_copy_string(dst, src, sizeof(dst)), except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment