export maat_get_table_id symbol

This commit is contained in:
liuwentan
2023-03-02 11:01:52 +08:00
parent 4a594978c7
commit d790afa58b
3 changed files with 121 additions and 10 deletions

View File

@@ -234,7 +234,7 @@ int system_cmd_rmdir(const char *dir)
{
char cmd[MAX_SYSTEM_CMD_LEN] = { 0 };
snprintf(cmd,sizeof(cmd), "rm %s -rf", dir);
return system(cmd);
return system(cmd);
}
char *md5_file(const char *filename, char *md5string)