Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
siecvi committed Jul 27, 2024
1 parent 2154e0e commit 8fc8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Gui/PingTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ namespace spades {

// Initiate new measurements
ENetBuffer pingBuffer;
pingBuffer.data = "HELLO";
pingBuffer.data = (void*)"HELLO";
pingBuffer.dataLength = 5;

while (priv->ongoing.size() < g_maxSimultaneousMeasurement && !priv->queue.empty() &&
Expand Down

0 comments on commit 8fc8e4e

Please sign in to comment.