fixed warnings
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -600,7 +600,7 @@ VideoWindow::MessageReceived(BMessage* message)
|
|||||||
if (control != NULL) {
|
if (control != NULL) {
|
||||||
int32 client;
|
int32 client;
|
||||||
message->FindInt32("client", &(fFtpInfo.uploadClient));
|
message->FindInt32("client", &(fFtpInfo.uploadClient));
|
||||||
FTPINFO("upl client = %d\n", fFtpInfo.uploadClient);
|
FTPINFO("upl client = %ld\n", fFtpInfo.uploadClient);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
@@ -688,7 +688,7 @@ VideoConsumer::FtpSave(char* filename)
|
|||||||
ftp = new SftpClient;
|
ftp = new SftpClient;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "invalid upload client %d\n", fUploadClient);
|
fprintf(stderr, "invalid upload client %ld\n", fUploadClient);
|
||||||
return EINVAL;
|
return EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user