Fixx macos compilation

This commit is contained in:
mniip 2018-05-08 03:10:19 +03:00
parent 51adf37853
commit 954086fb86

View File

@ -114,7 +114,7 @@ ByteString ClipboardPull()
{
#ifdef MACOSX
const char *text = readClipboard();
return text ? ByteString(text).FromUtf8() : "";
return text ? ByteString(text) : "";
#elif defined(WIN)
if (OpenClipboard(NULL))
{