more GetChars fixes in linux/macOS

This commit is contained in:
Ricardo Luís Vaz Silva 2023-10-07 19:46:27 -03:00 committed by Christoph Oelckers
commit f4fb583c6c
6 changed files with 21 additions and 21 deletions

View file

@ -193,7 +193,7 @@ bool CT_Responder (event_t *ev)
#ifdef __unix__
else if (ev->subtype == EV_GUI_MButtonDown)
{
CT_PasteChat(I_GetFromClipboard(true));
CT_PasteChat(I_GetFromClipboard(true).GetChars());
}
#endif
}