BUG: Make handle arguments work again

This commit is contained in:
Andy Cedilnik 2006-04-30 03:16:37 -04:00
parent f816c4e09b
commit e2102dea48
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ void cmCTestGenericHandler::SetOption(const char* op, const char* value)
//----------------------------------------------------------------------
void cmCTestGenericHandler::SetPersistentOption(const char* op, const char* value)
{
this->SetOption(op, value);
if ( !op )
{
return;