Merge branch 'szhou/fixbugs' of github.com:taosdata/TDengine into szhou/fixbugs
This commit is contained in:
commit
4a0b44d6d6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue