http://bugzilla.novell.com/show_bug.cgi?id=601789
http://bugzilla.novell.com/show_bug.cgi?id=601789#c1 --- Comment #1 from Thomas Goldstein <[email protected]> 2010-05-02 20:51:18 UTC --- Created an attachment (id=358465) --> (http://bugzilla.novell.com/attachment.cgi?id=358465) Patch This could have been a one-line change, but I took the liberty to rename local variables to make them more explicit and improve consistency (res, pos => index). I also moved things around at one place just to make things more readable (so as to do "nodes[index] = node" rather than "nodes[count] = node", which makes more sense). Please review and adapt as you see fit. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
