fix: fix windows compilation error
This commit is contained in:
parent
cf3ec5ad40
commit
9789adc439
|
@ -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