From d4a18dd68c9830cbb64edc21e818fc1b644479d0 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 13 Oct 2020 13:14:50 +0800 Subject: [PATCH] [td-225] --- src/os/src/windows/wSemphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/src/windows/wSemphone.c b/src/os/src/windows/wSemphone.c index 02e6247bba..c234265d28 100644 --- a/src/os/src/windows/wSemphone.c +++ b/src/os/src/windows/wSemphone.c @@ -49,6 +49,6 @@ int32_t taosGetCurrentAPPName(char *name, int32_t* len) { strcpy(name, filepath); if (len != NULL) { - *len = strlen(filepath); + *len = (int32_t) strlen(filepath); } } \ No newline at end of file -- GitLab