output list bug

This commit is contained in:
Bill Hoffman 2002-03-29 14:31:15 -05:00
parent 3a2b963763
commit 2d5ddb07fd
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ void cmMSDotNETGenerator::WriteCustomRule(std::ostream& fout,
}
else
{
first = true;
first = false;
}
fout << output->c_str();
}