mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix small ClipboardPush error that shouldn't ever happen
This commit is contained in:
@@ -100,7 +100,7 @@ void ClipboardPush(std::string text)
|
||||
XFlush(sdl_wminfo.info.x11.display);
|
||||
sdl_wminfo.info.x11.unlock_func();
|
||||
#else
|
||||
printf("Not implemented: put text on clipboard \"%s\"\n", text);
|
||||
printf("Not implemented: put text on clipboard \"%s\"\n", text.c_str());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user