提交 85605909 编写于 作者: I Igor Canadi

Merge pull request #389 from Liuchang0812/master

fix "make static_lib" error
......@@ -416,7 +416,7 @@ void SSTDumpTool::Run(int argc, char** argv) {
"------------------------------\n"
" %s",
table_properties->ToString("\n ", ": ").c_str());
fprintf(stdout, "# deleted keys: %zd\n",
fprintf(stdout, "# deleted keys: %" PRIu64 "\n",
rocksdb::GetDeletedKeys(
table_properties->user_collected_properties));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册