Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
4203bdf8
Commit
4203bdf8
authored
Mar 05, 2005
by
Andy Cedilnik
Browse files
COMP: Remove compile error
parent
d8a563f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestSubmit.cxx
View file @
4203bdf8
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment