http://d.puremagic.com/issues/show_bug.cgi?id=3270
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2009-10-28 03:01:58 PDT --- If my patch to bug 3269 is in place, the functions will need to be "pure nothrow" in order to reproduce the bug. The bug clearly lies in the handling of OPucallns. It's failing to deal with the 'hidden parameter'. In e2ir.c, line 290, if you change it to ALWAYS use OPucall instead of OPucallns, the problem disappears. But that's pretty drastic. The bug lies in the back-end somewhere. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
