https://bugs.kde.org/show_bug.cgi?id=341661
Stefano Pettini <stefano.pett...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefano.pett...@gmail.com --- Comment #6 from Stefano Pettini <stefano.pett...@gmail.com> --- The bug was due to what sounds like an "optimization" that swapped the first and second value of a "between" condition, to make sure the smaller value was always the first value and the larger always the second. The problem was that this was applied also to non-between conditions, actually swapping the length or disc number with 0, making 0 appear in the textual representation of the condition. The fix makes sure that this "optimization" is applied only in case of actual "between" conditions, leaving the values "unoptimized" for any other kind of condition (=, <, > and similar). https://git.reviewboard.kde.org/r/128245/ -- You are receiving this mail because: You are watching all bug changes.