Sfoglia il codice sorgente

BUG: Initialize variable

Andy Cedilnik 20 anni fa
parent
commit
4bba497aa4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;