提交 4a0b44d6 编写于 作者: S slzhou

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

...@@ -88,7 +88,7 @@ static int32_t udfSpawnUdfd(SUdfdData *pData) { ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册