]> git.saurik.com Git - redis.git/commit
Use correct variable name for value to convert.
authorMichael Parker <michael.g.parker@gmail.com>
Thu, 26 Jul 2012 06:51:22 +0000 (23:51 -0700)
committerantirez <antirez@gmail.com>
Tue, 31 Jul 2012 09:50:51 +0000 (11:50 +0200)
commit628890e43e824cbe10de577005c3c1efc60ccf41
tree02319d4911a88669f6ec0d11640f1a640d4b3f4c
parent4c0c1fff5a5abebfe903251ab56176b18cfc5688
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.
src/util.c