From afe64ad26e81112be22c77e20fdf101d1a18e9e2 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Fri, 8 Jul 2016 15:06:15 +0200 Subject: [PATCH] MediaPlayer: Fix x86_64 build --- src/apps/mediaplayer/NetworkStreamWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/NetworkStreamWin.cpp b/src/apps/mediaplayer/NetworkStreamWin.cpp index 2a3e0db948..7b2f7d342b 100644 --- a/src/apps/mediaplayer/NetworkStreamWin.cpp +++ b/src/apps/mediaplayer/NetworkStreamWin.cpp @@ -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,