https://bugs.kde.org/show_bug.cgi?id=434892
--- Comment #13 from Ahmad Samir <a.samir...@gmail.com> --- Git commit b7f6849d287459ca03f8b0e6ab1c4770a9a9ce28 by Ahmad Samir. Committed on 24/05/2021 at 10:07. Pushed by hindenburg into branch 'master'. Fix type of randomSeed parameter It should be uint. I am not sure this fixes the mentioned bug, but it's correct anyway, std::mt19937 and co. unsigned types; and we shouldn't mix signed with unsigned. M +1 -1 src/terminalDisplay/TerminalColor.cpp M +1 -1 src/terminalDisplay/TerminalColor.h https://invent.kde.org/utilities/konsole/commit/b7f6849d287459ca03f8b0e6ab1c4770a9a9ce28 -- You are receiving this mail because: You are watching all bug changes.