fix make static_lib error

This commit is contained in:
liuchang 2014-11-08 11:35:10 -08:00
parent 543df158c5
commit e7620536cf

View File

@ -416,7 +416,7 @@ void SSTDumpTool::Run(int argc, char** argv) {
"------------------------------\n" "------------------------------\n"
" %s", " %s",
table_properties->ToString("\n ", ": ").c_str()); table_properties->ToString("\n ", ": ").c_str());
fprintf(stdout, "# deleted keys: %zd\n", fprintf(stdout, "# deleted keys: %" PRIu64 "\n",
rocksdb::GetDeletedKeys( rocksdb::GetDeletedKeys(
table_properties->user_collected_properties)); table_properties->user_collected_properties));
} }