Context: Converted from CLI::getLimit to CLI2

This commit is contained in:
Paul Beckingham 2015-06-21 23:03:09 -04:00
parent 77b97d658a
commit 82021f46f7

View file

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