• M
    Use correct variable name for value to convert. · f1d187bb
    Michael Parker 提交于
    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.
    f1d187bb
util.c 13.8 KB