summaryrefslogtreecommitdiffstats
path: root/util/stream/file.cpp
diff options
context:
space:
mode:
authorseege <[email protected]>2022-02-10 16:52:02 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:02 +0300
commit091a65e2b3147ce957ba692cf07d3790405afe0f (patch)
tree15f7c2ea562ef90af9c1a569f333abde47757c86 /util/stream/file.cpp
parent3c5791414a54ef78b12c0c57361aa20f58161f1d (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/file.cpp')
-rw-r--r--util/stream/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/file.cpp b/util/stream/file.cpp
index dc5d2f63112..c490e8986a3 100644
--- a/util/stream/file.cpp
+++ b/util/stream/file.cpp
@@ -43,7 +43,7 @@ size_t TUnbufferedFileInput::DoSkip(size_t len) {
}
TUnbufferedFileOutput::TUnbufferedFileOutput(const TString& path)
- : File_(path, CreateAlways | WrOnly | Seq)
+ : File_(path, CreateAlways | WrOnly | Seq)
{
if (!File_.IsOpen()) {
ythrow TFileError() << "can not open " << path;