Don't allow binary into the output stream!

This commit is contained in:
clanmills
2020-05-11 18:29:35 +01:00
parent 338176b239
commit 43b06b6814
22 changed files with 153 additions and 196 deletions
+1 -1
View File
@@ -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";
}
}