🐞 fix(TSG-7855): 修改哈希查找的类型

This commit is contained in:
“pengxuanzheng”
2021-09-22 18:12:00 +08:00
parent d775b9d7e4
commit 9250031fac
2 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
userdata_t data = {&finished};
hos_instance hos_instance = NULL;
char object[1024];
const char *bucket = "hos_test_not_exit_bucket";
const char *bucket = "hos_test_bucket";
if (stat(file_name, &buffer) == -1)
{