This commit is contained in:
Haojun Liao 2020-10-13 13:26:32 +08:00
parent d4a18dd68c
commit 49ae6c39e5
1 changed files with 2 additions and 0 deletions

View File

@ -51,4 +51,6 @@ int32_t taosGetCurrentAPPName(char *name, int32_t* len) {
if (len != NULL) { if (len != NULL) {
*len = (int32_t) strlen(filepath); *len = (int32_t) strlen(filepath);
} }
return 0;
} }