COMP: Remove compile error

This commit is contained in:
Andy Cedilnik 2005-03-05 08:12:05 -05:00
parent d8a563f45c
commit 4203bdf816
1 changed files with 2 additions and 1 deletions

View File

@ -613,7 +613,8 @@ bool cmCTestSubmit::SubmitUsingXMLRPC(const cmStdString& localprefix,
}
std::cout << "Buffer: [";
std::cout.write(encodedFileBuffer, realEncodedSize);
std::cout.write(reinterpret_cast<const char*>(encodedFileBuffer),
realEncodedSize);
std::cout << "]" << std::endl;
result = xmlrpc_client_call(&env, "http://betty.userland.com/RPC2",