mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-05 06:52:36 +02:00
fix small ClipboardPush error that shouldn't ever happen
This commit is contained in:
parent
b59ecf2d65
commit
89eb6bbd03
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user