提交 9789adc4 编写于 作者: S shenglian zhou

fix: fix windows compilation error

上级 cf3ec5ad
...@@ -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.
先完成此消息的编辑!
想要评论请 注册