aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/mktemp_system.cpp
diff options
context:
space:
mode:
authoriaz1607 <iaz1607@yandex-team.ru>2022-02-10 16:45:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:37 +0300
commit94e51c602b555459333b3c6ae92476c424c930bc (patch)
treeb2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /util/system/mktemp_system.cpp
parente5437feb4ac2d2dc044e1090b9312dde5ef197e0 (diff)
downloadydb-94e51c602b555459333b3c6ae92476c424c930bc.tar.gz
Restoring authorship annotation for <iaz1607@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/mktemp_system.cpp')
-rw-r--r--util/system/mktemp_system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mktemp_system.cpp b/util/system/mktemp_system.cpp
index 525f82ebee..32bea2987c 100644
--- a/util/system/mktemp_system.cpp
+++ b/util/system/mktemp_system.cpp
@@ -165,7 +165,7 @@ GetTemp(char* path, int* doopen, int domkdir, int slen)
extern "C" int mkstemps(char* path, int slen) {
int fd;
- return (GetTemp(path, &fd, 0, slen) ? fd : -1);
+ return (GetTemp(path, &fd, 0, slen) ? fd : -1);
}
#if defined(_win_)