Bug
- Fixed 'limit:N' bug, whereby when a report specifies a limit, and the user overrides it, there are potentially two limit arguments, in which case the last one, not the first one is needed.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user