output list bug
This commit is contained in:
parent
3a2b963763
commit
2d5ddb07fd
|
@ -1187,7 +1187,7 @@ void cmMSDotNETGenerator::WriteCustomRule(std::ostream& fout,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
first = true;
|
first = false;
|
||||||
}
|
}
|
||||||
fout << output->c_str();
|
fout << output->c_str();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue