diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 11:09:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-30 11:09:31 (GMT) |
commit | be6a5696bafff4f431d09fa038cec74db0949557 (patch) | |
tree | 4bf6016c199863c4ad97e7f6d4ca987fee217190 /Source | |
parent | d789b135026cb8acda06cf8e624903629dc00c95 (diff) | |
download | CMake-be6a5696bafff4f431d09fa038cec74db0949557.zip CMake-be6a5696bafff4f431d09fa038cec74db0949557.tar.gz CMake-be6a5696bafff4f431d09fa038cec74db0949557.tar.bz2 |
Make borland pass all the tests on XP (and 2000?)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmSystemTools.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 852c7e7..bf57b5c 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1434,9 +1434,8 @@ bool WindowsRunCommand(const char* command, const char* dir, ReadFile(read_stdout,buf,1023,&bread,NULL); //read the stdout pipe - std::cout << buf << std::flush; memset(buf, 0, sizeof(buf)); - + std::cout << buf << std::flush; } } |