mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 15:50:05 +01:00
Merge da9474c99e into 6175ecd4c4
This commit is contained in:
commit
dd2aa95243
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ static bool sendWarp(SClient& client, int x, int y) {
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
client.readBuf[bytesRead] = 0;
|
client.readBuf[bytesRead] = 0;
|
||||||
std::string recieved = std::string{client.readBuf.data()};
|
std::string received = std::string{client.readBuf.data()};
|
||||||
recieved.pop_back();
|
received.pop_back();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue