diff options
author | smalov <[email protected]> | 2022-02-10 16:47:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:36 +0300 |
commit | f70d9720e13aef3a935e3f405b0eac554529e76e (patch) | |
tree | 5519c392aebdb16153197de07e4774c0a2be261a /util/stream/input.cpp | |
parent | 7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/input.cpp')
-rw-r--r-- | util/stream/input.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp index 6e8170f2f9f..9361be259e4 100644 --- a/util/stream/input.cpp +++ b/util/stream/input.cpp @@ -97,8 +97,8 @@ size_t IInputStream::ReadLine(TUtf16String& w) { } return result; -} - +} + TString IInputStream::ReadLine() { TString ret; |