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