Bug #723
- Fixed Bug #723, which displayed a misleading message when the output was truncated to a page.
This commit is contained in:
@@ -677,7 +677,7 @@ int handleCustomReport (const std::string& report, std::string& outs)
|
||||
out << ", " << maxrows << " shown";
|
||||
|
||||
if (maxlines && maxlines < table.rowCount ())
|
||||
out << ", truncated to " << maxlines - table_header << " tasks";
|
||||
out << ", truncated to " << maxlines - table_header << " lines";
|
||||
|
||||
out << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user