We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c116e16 commit 4ba1aabCopy full SHA for 4ba1aab
tools/gen_irr_diag.c
@@ -42,8 +42,8 @@ int AppendReg( char *chem_opt, int ndx )
42
char *strt, *end;
43
char *token;
44
char *wstrg1;
45
- char path[256 * 2 + 25];
46
- char fname[256];
+ char path[2 * (NAMELEN + EXTRA_FOR_DEST_BUFFER)];
+ char fname[NAMELEN];
47
char inln[1024],winln[1024],s[1024];
48
char rxtstr[TABLE_ENTRY];
49
char rxtstr_tbl[1000][TABLE_ENTRY];
0 commit comments