• antirez's avatar
    dict.c: add casting to avoid compilation warning. · adcb4701
    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.
    adcb4701
dict.c 39.4 KB