Philip Chimento wrote:
   ctxt.bdiag = work_buffer + expected_limit + actual_limit + 3;

That should be "ctxt.bdiag = ctxt.fdiag + expected_limit + actual_limit + 3;", and I expect that explains your trouble.

Reply via email to