From: antirez Date: Mon, 10 Sep 2012 10:42:55 +0000 (+0200) Subject: Match printf format with actual type in genRedisInfoString(). X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/efb54f0593dfa01f7c8a81ad216559e87a85497a?ds=sidebyside Match printf format with actual type in genRedisInfoString(). --- diff --git a/src/redis.c b/src/redis.c index 1fad059a..5f1c4800 100644 --- a/src/redis.c +++ b/src/redis.c @@ -1935,7 +1935,7 @@ sds genRedisInfoString(char *section) { "aof_base_size:%lld\r\n" "aof_pending_rewrite:%d\r\n" "aof_buffer_length:%zu\r\n" - "aof_rewrite_buffer_length:%zu\r\n" + "aof_rewrite_buffer_length:%lu\r\n" "aof_pending_bio_fsync:%llu\r\n" "aof_delayed_fsync:%lu\r\n", (long long) server.aof_current_size,