Explorar o código

Lowercase has a bad signiture, so I have to live with it

Ken Martin %!s(int64=23) %!d(string=hai) anos
pai
achega
04d604ec89
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Source/cmaketest.cxx

+ 1 - 2
Source/cmaketest.cxx

@@ -172,8 +172,7 @@ int do_cmaketest (int argc, char **argv)
     std::cerr << "Error: cmaketest does not have a valid MAKEPROGRAM\n";
     }
   makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
-  std::string lowerCaseCommand = makeCommand;
-  cmSystemTools::LowerCase(lowerCaseCommand);
+  std::string lowerCaseCommand = cmSystemTools::LowerCase(makeCommand);
   // if msdev is the make program then do the following
   // MSDEV 6.0
   if(lowerCaseCommand.find("msdev") != std::string::npos)