From 17eb4c92bdaf20f66ef576028c67c80fcea93913 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Feb 2016 22:51:42 +0300 Subject: Fix code style. --- src/gui/widgets/browserbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/browserbox.cpp') diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index eec2547ee..52ba88a7b 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -390,7 +390,7 @@ void BrowserBox::addRow(const std::string &row, const bool atTop) // Wraping between words (at blank spaces) if (nextChar < sz && tempRow.at(nextChar) == ' ') { - unsigned int nextSpacePos = CAST_U32( + int nextSpacePos = CAST_U32( tempRow.find(" ", (nextChar + 1))); if (nextSpacePos <= 0) nextSpacePos = CAST_U32(sz) - 1U; @@ -398,7 +398,7 @@ void BrowserBox::addRow(const std::string &row, const bool atTop) const unsigned int nextWordWidth = CAST_U32(font->getWidth( tempRow.substr(nextChar, - (nextSpacePos - nextChar)))); + (CAST_U32(nextSpacePos) - nextChar)))); if ((x + nextWordWidth + 10) > CAST_U32(getWidth())) -- cgit v1.2.3-70-g09d2