Mailinglist Archive: opensuse-bugs (19854 mails)
| < Previous | Next > |
[Bug 395136] Satisfied patch reported as needed
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 28 May 2008 11:31:13 -0600 (MDT)
- Message-id: <20080528173113.BB36A24538D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=395136
User ma@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=395136#c2
--- Comment #2 from Michael Andres <ma@xxxxxxxxxx> 2008-05-28 11:31:13 MDT ---
1.5.6_2.6.25.4_8 is less than 1.5.6_2.6.25_19
1 5 6 2 6 25 4 8
== <
1 5 6 2 6 25 19
It might be tempting to assume comparison is done
1.5.6 2.6.25.4 8
== >
1.5.6 2.6.25 19
but is is not. The string is split into alpha and numerical sequences, and each
non-alphanum character sequence serves as separator.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User ma@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=395136#c2
--- Comment #2 from Michael Andres <ma@xxxxxxxxxx> 2008-05-28 11:31:13 MDT ---
1.5.6_2.6.25.4_8 is less than 1.5.6_2.6.25_19
1 5 6 2 6 25 4 8
== <
1 5 6 2 6 25 19
It might be tempting to assume comparison is done
1.5.6 2.6.25.4 8
== >
1.5.6 2.6.25 19
but is is not. The string is split into alpha and numerical sequences, and each
non-alphanum character sequence serves as separator.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |