diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-05 14:14:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-12-05 14:14:32 (GMT) |
commit | c2308e796f2b9ab68fc8e24189c1605cc1fad1ae (patch) | |
tree | 85c4776f988350261b82b8dee0c7c74ed4fd4fd3 /Source/CTest | |
parent | 6b7bf34341dbb95affc38cd1676945e954636ddc (diff) | |
download | CMake-c2308e796f2b9ab68fc8e24189c1605cc1fad1ae.zip CMake-c2308e796f2b9ab68fc8e24189c1605cc1fad1ae.tar.gz CMake-c2308e796f2b9ab68fc8e24189c1605cc1fad1ae.tar.bz2 |
COMP: fix line length style error
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestSubmitHandler.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestSubmitHandler.cxx b/Source/CTest/cmCTestSubmitHandler.cxx index 50ad8eb..05a8e5a 100644 --- a/Source/CTest/cmCTestSubmitHandler.cxx +++ b/Source/CTest/cmCTestSubmitHandler.cxx @@ -202,7 +202,8 @@ bool cmCTestSubmitHandler::SubmitUsingFTP(const cmStdString& localprefix, *this->LogFile << " Error when uploading file: " << local_file.c_str() << std::endl - << " Error message was: " << error_buffer << std::endl + << " Error message was: " + << error_buffer << std::endl << " Curl output was: "; // avoid dereference of empty vector if(chunk.size()) |