https://bugzilla.novell.com/show_bug.cgi?id=687236 https://bugzilla.novell.com/show_bug.cgi?id=687236#c3 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #434635|0 |1 is obsolete| | --- Comment #3 from Jiří Suchomel <jsuchome@novell.com> 2011-06-16 13:00:07 UTC --- Created an attachment (id=434822) --> (http://bugzilla.novell.com/attachment.cgi?id=434822) patc for core/libycp/src OK, with this patch: if (nil) -> false (b && nil) -> false (nil && b) -> false (b || nil) -> b (nil || b) -> b nil ? "1st" : "2nd" -> "2nd" (I was obviously wrong with repeat/while checks, having nil there just exits/do not enters the cycle, which is expected behavior) -- 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.