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
commite7d460ea3389cb4f573ef5fb09f7072549a17765 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream/file.cpp
parent091a65e2b3147ce957ba692cf07d3790405afe0f (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 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 c490e8986a3..dc5d2f63112 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;