fix warning

This commit is contained in:
vaxerski 2022-07-13 15:48:47 +02:00
parent 99e9503732
commit 0a16513946
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ std::string getReply(std::string request) {
// process flags for non-batch requests
if (!(request.find("[[BATCH]]") == 0)) {
int sepIndex = 0;
long unsigned int sepIndex = 0;
for (const auto& c : request) {
if (c == '/') { // stop at separator
break;