MediaPlayer: Fix x86_64 build

This commit is contained in:
Dario Casalinuovo 2016-07-08 15:06:15 +02:00
parent a784c3ad73
commit afe64ad26e

View File

@ -121,7 +121,7 @@ NetworkStreamWin::_LookIntoClipboardForUrl()
// in that case avoid the user to paste it.
if (be_clipboard->Lock()) {
char* text = NULL;
int32 textLen = 0;
ssize_t textLen = 0;
BMessage* data = be_clipboard->Data();
if (data->FindData("text/plain", B_MIME_TYPE,