This commit is contained in:
Haojun Liao 2020-10-13 11:53:16 +08:00
parent 66ab0cd04c
commit 3caf1ffc04
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ int32_t taosGetCurrentAPPName(char *name, int32_t* len) {
strcpy(name, filepath); strcpy(name, filepath);
if (len != NULL) { if (len != NULL) {
len = strlen(filepath); *len = strlen(filepath);
} }
} }