Don't allow binary into the output stream!
This commit is contained in:
@@ -132,7 +132,7 @@ void print(const std::string& file)
|
||||
<< std::dec << std::setw(3)
|
||||
<< std::setfill(' ') << std::right
|
||||
<< i->count() << " "
|
||||
<< std::dec << i->value()
|
||||
<< std::dec << i->toString()
|
||||
<< "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user