Update README.md

This commit is contained in:
do-m-en 2014-09-23 18:26:42 +02:00
parent d6787a8cd5
commit 4d128c0ea4

View File

@ -52,7 +52,7 @@ try
{ {
namespace ar = ns_archive::ns_reader; namespace ar = ns_archive::ns_reader;
std::ofstream outfs("output.tar"); std::ofstream outfs("output.tar");
ns_archive::writer writer2 = ns_archive::writer::make_writer<ns_archive::ns_writer::format::_TAR>( outfs, 2 ); ns_archive::writer writer2 = ns_archive::writer::make_writer<ns_archive::ns_writer::format::_TAR>(outfs, 10240);
std::stringstream ss; std::stringstream ss;
ss << "foo"; ss << "foo";