diff options
author | hotdox <hotdox@yandex-team.ru> | 2022-02-10 16:52:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:04 +0300 |
commit | b2577ab8779c4f6d23fc354eaa279f2e80b0fb37 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | eef09920bfa06509b0b9960ec0ffd88e0e411b5f (diff) | |
download | ydb-b2577ab8779c4f6d23fc354eaa279f2e80b0fb37.tar.gz |
Restoring authorship annotation for <hotdox@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | util/folder/dirut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/dirut.cpp b/util/folder/dirut.cpp index 1558414af4..ffc9b09f96 100644 --- a/util/folder/dirut.cpp +++ b/util/folder/dirut.cpp @@ -410,7 +410,7 @@ TString RealPath(const TString& path) { #else if (realpath(path.data(), result.Data()) == nullptr) #endif - ythrow TFileError() << "RealPath failed \"" << path << "\""; + ythrow TFileError() << "RealPath failed \"" << path << "\""; return result.Data(); } |