Context: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:25:57 -05:00
parent 8cd3dc7d6b
commit 7fddfd0ea3

View file

@ -659,7 +659,7 @@ void Context::getLimits (int& rows, int& lines)
lines = 0;
// This is an integer specified as a filter (limit:10).
std::string limit = config.get ("limit");
auto limit = config.get ("limit");
if (limit != "")
{
if (limit == "page")