Commit 3453a61b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

increased xml buf size from 512 to 528

parent 7c939d54
......@@ -754,7 +754,8 @@ int framePointersXML(struct file_set *fset)
{
// const char ctlFileName[] = "/dev/frameparsall";
// int fd_fparmsall;
char s[512]; // 341;
// very rarely exceeds 512
char s[528]; // 512 // 341;
int p, wp, rp;
int nf = 0;
int nfl = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment