Avoid a strange (maybe gcc-related?) bug where Quassel would crash in
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Oct 2007 15:26:25 +0000 (15:26 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Oct 2007 15:26:25 +0000 (15:26 +0000)
commit02279f898877bdc43dff42efda1add060983426a
tree00dfb964a7ee2ed8b81783685fc8d558b6ebc0b4
parentebbc00a6b08cbf7ec633479804c3522ba7d45b4f
Avoid a strange (maybe gcc-related?) bug where Quassel would crash in
ChatLine::layout(), if it is built with qmake in release mode.
Changing the type of i from int to uint fixes this.
Nope, I don't see a rational explanation for that.
src/qtgui/chatline.cpp