fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -598,7 +598,6 @@ VideoWindow::MessageReceived(BMessage* message)
|
|||||||
|
|
||||||
case msg_upl_client:
|
case msg_upl_client:
|
||||||
if (control != NULL) {
|
if (control != NULL) {
|
||||||
int32 client;
|
|
||||||
message->FindInt32("client", &(fFtpInfo.uploadClient));
|
message->FindInt32("client", &(fFtpInfo.uploadClient));
|
||||||
FTPINFO("upl client = %ld\n", fFtpInfo.uploadClient);
|
FTPINFO("upl client = %ld\n", fFtpInfo.uploadClient);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user