diff options
author | slonnn <slonnn@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
commit | da8534b8dab262655aca88d3b2851a117eb03190 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream/input.cpp | |
parent | af66f2ab938826bd5293bea30350a2e877727c6c (diff) | |
download | ydb-da8534b8dab262655aca88d3b2851a117eb03190.tar.gz |
Restoring authorship annotation for <slonnn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/input.cpp')
-rw-r--r-- | util/stream/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp index 9b6d543e4a..6e8170f2f9 100644 --- a/util/stream/input.cpp +++ b/util/stream/input.cpp @@ -223,7 +223,7 @@ namespace { #endif #if defined(_glibc_) || defined(_cygwin_) - // glibc does not have fgetln + // glibc does not have fgetln using TGetLine = TGetLineBase; #else struct TGetLine: public TGetLineBase { |