https://bugs.kde.org/show_bug.cgi?id=517596
--- Comment #3 from Florian Krohm <[email protected]> --- Created attachment 191134 --> https://bugs.kde.org/attachment.cgi?id=191134&action=edit proposed fix with test When bm = 8, the corresponding byte will not be set to all-1. bm = 8 yields the same result as bm = 0. As do bm = 16 + 8, bm = 32 + 8 and so on.. Attached patch fixes that. I'll leave the BZ open for ppc folks to review. -- You are receiving this mail because: You are watching all bug changes.
