fix: fix windows compilation error

This commit is contained in:
shenglian zhou 2022-12-08 07:36:10 +08:00
parent cf3ec5ad40
commit 9789adc439
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