ERR: Added variable initializer.

This commit is contained in:
Brad King 2002-05-10 08:54:49 -04:00
parent 6734d3bb88
commit 6b08b83d89
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ void cmSystemTools::GetArguments(std::string& line,
while(!done)
{
std::string arg;
std::string::size_type endpos;
std::string::size_type endpos=0;
bool foundQuoted = quotedArgument.find(line.c_str());
bool foundNormal = normalArgument.find(line.c_str());