Browse Source

BUG: Initialize variable

Andy Cedilnik 20 years ago
parent
commit
4bba497aa4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
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;