Merge branch 'szhou/fixbugs' of github.com:taosdata/TDengine into szhou/fixbugs

This commit is contained in:
slzhou 2022-12-13 11:03:52 +08:00
commit 4a0b44d6d6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static int32_t udfSpawnUdfd(SUdfdData *pData) {
} }
#ifdef WINDOWS #ifdef WINDOWS
if (strlen(path) == 0) { if (strlen(path) == 0) {
strcat(path, "C:\\TDengine") strcat(path, "C:\\TDengine");
} }
strcat(path, "\\udfd.exe"); strcat(path, "\\udfd.exe");
#else #else