diff options
author | Vasily Gerasimov <[email protected]> | 2022-02-10 16:49:09 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:09 +0300 |
commit | 6cdc8f140213c595e4ad38bc3d97fcef1146b8c3 (patch) | |
tree | f69637041e6fed76ebae0c74ae1fa0c4be6ab5b4 /util/folder/tempdir.cpp | |
parent | e5d4696304c6689379ac7ce334512404d4b7836c (diff) |
Restoring authorship annotation for Vasily Gerasimov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/folder/tempdir.cpp')
-rw-r--r-- | util/folder/tempdir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/tempdir.cpp b/util/folder/tempdir.cpp index 6fdf8f753c1..2587cd3f52c 100644 --- a/util/folder/tempdir.cpp +++ b/util/folder/tempdir.cpp @@ -25,7 +25,7 @@ TTempDir::TTempDir(const TString& tempDir) : TempDir(tempDir) , Remove(true) { - NFs::Remove(TempDir); + NFs::Remove(TempDir); MakeDirIfNotExist(TempDir.c_str()); } |