On Sat, Feb 7, 2015 at 5:07 PM, Paul Eggert <egg...@cs.ucla.edu> wrote:
> 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. > Thank you very much for spotting that. It was indeed what was causing the problem. Regards, -- Philip