From 2008152818c796daf526a874d18a7e77c87d423c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Jul 2013 22:22:17 +0300 Subject: fix compilation warning. --- src/gui/widgets/browserbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/browserbox.cpp') diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index 190e79e10..907a45a33 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -239,7 +239,7 @@ void BrowserBox::addRow(const std::string &row, const bool atTop) if (idx2 == std::string::npos) break; - const int newSize = atoi(newRow.substr( + const unsigned int newSize = atoi(newRow.substr( idx1 + 2, idx2 - idx1 - 2).c_str()); std::string str = newRow.substr(0, idx1); while (str.size() < newSize) -- cgit v1.2.3-60-g2f50