mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Oops!
This commit is contained in:
@@ -1079,6 +1079,8 @@ std::string
|
|||||||
numberOfResults = binary ? BINARY_PAGE_LENGTH : NONBINARY_PAGE_LENGTH;
|
numberOfResults = binary ? BINARY_PAGE_LENGTH : NONBINARY_PAGE_LENGTH;
|
||||||
else if (!bAdmin)
|
else if (!bAdmin)
|
||||||
numberOfResults = std::min(binary ? BINARY_PAGE_LENGTH : NONBINARY_PAGE_LENGTH, static_cast<uint32>(limit));
|
numberOfResults = std::min(binary ? BINARY_PAGE_LENGTH : NONBINARY_PAGE_LENGTH, static_cast<uint32>(limit));
|
||||||
|
else
|
||||||
|
numberOfResults = limit;
|
||||||
|
|
||||||
std::string maxClause = "";
|
std::string maxClause = "";
|
||||||
std::string minClause = "";
|
std::string minClause = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user