From 0cba34268c02c654ef8d3ce9a86ad627cbff766b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Apr 2015 16:08:33 -0400 Subject: [PATCH] Build: Fixed broken compile --- src/ViewText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewText.cpp b/src/ViewText.cpp index 083578856..4484995ed 100644 --- a/src/ViewText.cpp +++ b/src/ViewText.cpp @@ -135,7 +135,7 @@ std::string ViewText::render () // If a fixed-width column was just measured, there is no point repeating // the measurement for all tasks. - if (_columns[i]->is_fixed_width ()) + if (_columns[col]->is_fixed_width ()) break; }