]> git.saurik.com Git - redis.git/commit - src/util.c
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:48:00 +0000 (11:48 +0200)
commitf1d187bb3ece6b4b13a6b74e8e5ccab9fe9d40ff
treea337c34b70a6122f5ad56e6f66b4d737f240a016
parented2a691aba0cea2e789290d8d388cc8091703577
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