• antirez's avatar
    dict.c: add casting to avoid compilation warning. · 9cd8333e
    antirez authored
    rehashidx is always positive in the two code paths, since the only
    negative value it could have is -1 when there is no rehashing in
    progress, and the condition is explicitly checked.
    9cd8333e
dict.c 36.5 KB