db/Print: pass RangeArg to db_selection_print()

This commit is contained in:
Max Kellermann
2018-09-02 07:49:27 +02:00
parent 68f824a186
commit 993f8d6a5e
3 changed files with 14 additions and 12 deletions

View File

@@ -113,7 +113,7 @@ handle_match(Client &client, Request args, Response &r, bool fold_case)
db_selection_print(r, client.GetPartition(),
selection, true, false,
sort, descending,
window.start, window.end);
window);
return CommandResult::OK;
}