mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:05:58 +01:00
fix warning
This commit is contained in:
parent
99e9503732
commit
0a16513946
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue