From: Michael Parker Date: Thu, 26 Jul 2012 06:51:22 +0000 (-0700) Subject: Use correct variable name for value to convert. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/f1d187bb3ece6b4b13a6b74e8e5ccab9fe9d40ff?ds=inline;hp=f1d187bb3ece6b4b13a6b74e8e5ccab9fe9d40ff Use correct variable name for value to convert. Note by @antirez: this code was never compiled because utils.c lacked the float.h include, so we never noticed this variable was mispelled in the past. This should provide a noticeable speed boost when saving certain types of databases with many sorted sets inside. ---