diff options
Diffstat (limited to 'detailview.c')
-rw-r--r-- | detailview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detailview.c b/detailview.c index 6623e48..4b010cf 100644 --- a/detailview.c +++ b/detailview.c @@ -223,7 +223,7 @@ void cNopacityView::CreateFloatingTextWrapper(cTextWrapper *twNarrow, cTextWrapp std::stringstream sstrTextTall; std::stringstream sstrTextFull; - for (long unsigned int i = 0; i < flds.size(); i++) { + for (unsigned int i = 0; i < flds.size(); i++) { if (!flds[i].size()) { //empty line linesDrawn++; |