From 432a30e7e896d3049d5c2bde40604795f57b3441 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2021 11:30:36 +0200 Subject: Fix bug in lz4::ostream usage example --- libbutl/lz4-stream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbutl/lz4-stream.hxx b/libbutl/lz4-stream.hxx index 611fe37..5a0e3ba 100644 --- a/libbutl/lz4-stream.hxx +++ b/libbutl/lz4-stream.hxx @@ -207,7 +207,7 @@ namespace butl // try // { // ofdstream ofs (...); - // lz4::ostream ozs (ofs, 4 /* 64KB */, 9, nullopt /* content_size */); + // lz4::ostream ozs (ofs, 9, 4 /* 64KB */, nullopt /* content_size */); // // ... // Write to ozs. // -- cgit v1.1