BUG: Fix segfault

This commit is contained in:
Andy Cedilnik 2006-05-11 12:00:40 -04:00
parent bf0cb4d49a
commit 231bd4eb73
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ int cmCTestBuildHandler::ProcessSingleLine(const char* data)
{
errorLine = 1;
cmCTestLog(this->CTest, DEBUG, " Error Line: " << data
<< " (matches: " << this->CustomWarningMatches[wrxCnt] << ")"
<< " (matches: " << this->CustomErrorMatches[wrxCnt] << ")"
<< std::endl);
break;
}