fixed a warning seen with some GCC version under Linux

This commit is contained in:
antirez 2010-05-14 22:56:06 +02:00
parent 4d16bb253c
commit 3be2c9d732
1 changed files with 2 additions and 2 deletions

View File

@ -7200,8 +7200,8 @@ static sds genRedisInfoString(void) {
"total_connections_received:%lld\r\n"
"total_commands_processed:%lld\r\n"
"expired_keys:%lld\r\n"
"hash_max_zipmap_entries:%ld\r\n"
"hash_max_zipmap_value:%ld\r\n"
"hash_max_zipmap_entries:%zu\r\n"
"hash_max_zipmap_value:%zu\r\n"
"pubsub_channels:%ld\r\n"
"pubsub_patterns:%u\r\n"
"vm_enabled:%d\r\n"