Skip to content

Commit

Permalink
- Fixing Linux build, take two.
Browse files Browse the repository at this point in the history
  • Loading branch information
demogorgon1 committed Feb 1, 2023
1 parent 7fdd63b commit a06a9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDLWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ namespace graphtail
char infoBuffer[256];
if (data->m_values.size() > 0)
{
char cursorValueBuffer[256];
char cursorValueBuffer[128];
if(mouseCursorInDataGroup)
snprintf(cursorValueBuffer, sizeof(cursorValueBuffer), " cursor:%s", FloatToString(cursorValue).c_str());
else
Expand Down

0 comments on commit a06a9b4

Please sign in to comment.