- Switched from Parser::getLimit to CLI::getLimit.
This commit is contained in:
Paul Beckingham 2014-10-31 23:34:17 -04:00
parent 5387ab1dcb
commit 9f8ab6e4e2

View file

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