diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-20 16:03:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-20 16:03:04 (GMT) |
commit | 4bba497aa47f9cbd7bf9b99eb921ff417e8b77a9 (patch) | |
tree | 2f859c762766d18b4868eaa501c306aa811d6d42 /Source/cmCTest.cxx | |
parent | 11359c5ccbba584d1700b1bc359b2199b442436b (diff) | |
download | CMake-4bba497aa47f9cbd7bf9b99eb921ff417e8b77a9.zip CMake-4bba497aa47f9cbd7bf9b99eb921ff417e8b77a9.tar.gz CMake-4bba497aa47f9cbd7bf9b99eb921ff417e8b77a9.tar.bz2 |
BUG: Initialize variable
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 442c387..66d6c2e 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -212,6 +212,7 @@ std::string cmCTest::MakeURLSafe(const std::string& str) //---------------------------------------------------------------------- cmCTest::cmCTest() { + m_SubmitIndex = 0; m_ForceNewCTestProcess = false; m_TomorrowTag = false; m_Verbose = false; |