http://d.puremagic.com/issues/show_bug.cgi?id=996
Christian Kamm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |kamm-removet...@incasoftwar | |e.de --- Comment #4 from Christian Kamm <[email protected]> 2009-06-30 10:42:53 PDT --- Marking with patch, since this fix is trivial: change p = q; p = s; p = a; to p = q; p = s.ptr; p = a.ptr; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
