diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index e7ab543a4..da28b10bf 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -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 }