Context
- Switched from Parser::getLimit to CLI::getLimit.
This commit is contained in:
@@ -613,7 +613,7 @@ void Context::getLimits (int& rows, int& lines)
|
|||||||
lines = 0;
|
lines = 0;
|
||||||
|
|
||||||
// This is an integer specified as a filter (limit:10).
|
// This is an integer specified as a filter (limit:10).
|
||||||
std::string limit = parser.getLimit ();
|
std::string limit = cli.getLimit ();
|
||||||
if (limit != "")
|
if (limit != "")
|
||||||
{
|
{
|
||||||
if (limit == "page")
|
if (limit == "page")
|
||||||
|
|||||||
Reference in New Issue
Block a user