Added newline at end of stat
This commit is contained in:
parent
6e650914cc
commit
c0d5eec303
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ void operator()(const eoPop<EOT>& _pop)
|
|||
char buffer[1023]; // about one k of space per member
|
||||
value() = "\n# ====== pop dump =====\n";
|
||||
unsigned howmany=combien?combien:_pop.size();
|
||||
value() += "\n"; // otherwise, possible mix-up with other stats
|
||||
for (unsigned i = 0; i < howmany; ++i)
|
||||
{
|
||||
std::ostrstream os(buffer, 1022); // leave space for emergency terminate
|
||||
|
|
|
|||
Reference in a new issue