diff options
author | yoda <yoda@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
commit | ddd64736134d6d92b80a934c8cf8228944ee4236 (patch) | |
tree | 145560960b5efdc61f39e36b4acbf2e0bf7c356d /tools/archiver | |
parent | ae304bda46e224a4436a019a4f9181652ea4b370 (diff) | |
download | ydb-ddd64736134d6d92b80a934c8cf8228944ee4236.tar.gz |
Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'tools/archiver')
-rw-r--r-- | tools/archiver/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/archiver/main.cpp b/tools/archiver/main.cpp index 6cda54c1ea..38b6f8d3ba 100644 --- a/tools/archiver/main.cpp +++ b/tools/archiver/main.cpp @@ -326,8 +326,8 @@ static inline TString Fix(TString f) { return f; } -static bool Quiet = false; - +static bool Quiet = false; + static inline void Append(IOutputStream& w, const TString& fname, const TString& rname) { TMappedFileInput in(fname); |