diff options
author | hotdox <[email protected]> | 2022-02-10 16:52:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:04 +0300 |
commit | eef09920bfa06509b0b9960ec0ffd88e0e411b5f (patch) | |
tree | bca1b7078865a07095e093e44e6863f3b43e3c26 | |
parent | 99d815c929689c4f9f772dbe1a671240e9bdfea1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 ffc9b09f967..1558414af49 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(); } |