https://bugzilla.novell.com/show_bug.cgi?id=672435
https://bugzilla.novell.com/show_bug.cgi?id=672435#c5 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Rodrigo Kumpera <[email protected]> 2011-02-17 17:50:02 UTC --- Few notes on the patch: cmp = (image_version [i] - '0') - (current_version [0] - '0'); This can be simplified to image_version [i] - (current_version [0] Second, I believe passing 0 to current_version is incorrect. Besides that, it looks good. -- Configure bugmail: https://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
