[td-225]
This commit is contained in:
parent
66ab0cd04c
commit
3caf1ffc04
|
@ -49,6 +49,6 @@ int32_t taosGetCurrentAPPName(char *name, int32_t* len) {
|
|||
strcpy(name, filepath);
|
||||
|
||||
if (len != NULL) {
|
||||
len = strlen(filepath);
|
||||
*len = strlen(filepath);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue